Commit 1145fb11 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #721 from jharris1679/patch-1

Update jupyter_notebook_config.py to fix bug introduced in notebook 5.7.0
parents 137a295f a94ecfb1
......@@ -8,7 +8,7 @@ import errno
import stat
c = get_config()
c.NotebookApp.ip = '*'
c.NotebookApp.ip = '0.0.0.0'
c.NotebookApp.port = 8888
c.NotebookApp.open_browser = False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment