gns3-registry/docker/jupyter-2.7/jupyter_notebook_config.py

3 lines
81 B
Python
Raw Normal View History

2017-04-10 13:41:29 +00:00
c.NotebookApp.token = ''
c.NotebookApp.password = ''
2020-06-01 13:31:24 +00:00
c.NotebookApp.ip = '0.0.0.0'