Skip to content

Commit

Permalink
Merge pull request #18 from bgruening/auth
Browse files Browse the repository at this point in the history
Disable password auth
  • Loading branch information
hexylena authored Apr 26, 2017
2 parents cec6134 + 08f9f02 commit 0d3a554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jupyter_notebook_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import os

c = get_config()
c.NotebookApp.token = ''
c.NotebookApp.password = ''
c.NotebookApp.ip = '0.0.0.0'
c.NotebookApp.port = 8888
c.NotebookApp.open_browser = False
Expand Down

0 comments on commit 0d3a554

Please sign in to comment.