Skip to content

Instantly share code, notes, and snippets.

@GzuPark
Last active July 18, 2018 17:11
Show Gist options
  • Save GzuPark/b70ee9a3fb47ae9598065ac20b5c9743 to your computer and use it in GitHub Desktop.
Save GzuPark/b70ee9a3fb47ae9598065ac20b5c9743 to your computer and use it in GitHub Desktop.
No token, No password jupyter notebook
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