Skip to content

Instantly share code, notes, and snippets.

@pablete
Created February 23, 2021 22:20
Show Gist options
  • Save pablete/ac0ca2f17969503843e7d9c4a391fc0a to your computer and use it in GitHub Desktop.
Save pablete/ac0ca2f17969503843e7d9c4a391fc0a to your computer and use it in GitHub Desktop.
no hassle jupyter config
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