gns3-registry/docker/jupyter/jupyter_notebook_config.py

4 lines
82 B
Python
Raw Normal View History

2017-04-03 09:33:23 +00:00
c.NotebookApp.token = ''
c.NotebookApp.password = ''
2020-05-30 15:15:26 +00:00
c.NotebookApp.ip = '0.0.0.0'