Last active
July 18, 2018 17:11
-
-
Save GzuPark/b70ee9a3fb47ae9598065ac20b5c9743 to your computer and use it in GitHub Desktop.
No token, No password jupyter notebook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c = get_config() | |
c.NotebookApp.ip = '*' | |
c.NotebookApp.port = 8888 | |
c.NotebookApp.open_browser = False | |
c.NotebookApp.token = u'' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment