Update 'make_user_accounts/jupyter_notebook_config.py'

master
murtaugh 4 years ago
parent 3c5d94fa74
commit 5c01782e88

@ -1,6 +1,6 @@
c.NotebookApp.base_url = '/sandbot/~{{username}}/__lab__/'
c.NotebookApp.port = {{port}}
c.NotebookApp.trust_xheaders = True
c.NotebookApp.port_retries = 50
c.NotebookApp.port_retries = 0
c.NotebookApp.password = '{{password_sha1}}'
c.NotebookApp.allow_remote_access = True

Loading…
Cancel
Save