Skip to content

Commit

Permalink
Merge pull request #721 from jharris1679/patch-1
Browse files Browse the repository at this point in the history
Update jupyter_notebook_config.py to fix bug introduced in notebook 5.7.0
  • Loading branch information
parente authored Oct 3, 2018
2 parents 137a295 + a94ecfb commit 1145fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-notebook/jupyter_notebook_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import stat

c = get_config()
c.NotebookApp.ip = '*'
c.NotebookApp.ip = '0.0.0.0'
c.NotebookApp.port = 8888
c.NotebookApp.open_browser = False

Expand Down

0 comments on commit 1145fb1

Please sign in to comment.