jupy-lab / jupyter_config.py
Ramses II
auto msg
7950999
raw
history blame contribute delete
164 Bytes
c.NotebookApp.ip = '0.0.0.0'
c.NotebookApp.port = 8888
c.NotebookApp.open_browser = False
c.NotebookApp.allow_root = True
c.NotebookApp.token = 'your_secret_token'