gns3-registry/docker/jupyter/jupyter_notebook_config.py

4 lines
82 B
Python
Raw Normal View History

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