Created
February 23, 2021 22:20
-
-
Save pablete/ac0ca2f17969503843e7d9c4a391fc0a to your computer and use it in GitHub Desktop.
no hassle jupyter config
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.NotebookApp.allow_root = True | |
c.NotebookApp.ip = '0.0.0.0' | |
c.NotebookApp.token = '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment