96dcb2f 6992e29 96dcb2f
1
2
3
4
5
6
7
8
import os c.NotebookApp.ip = '0.0.0.0' c.NotebookApp.port = 8888 c.NotebookApp.open_browser = False c.NotebookApp.allow_root = True c.NotebookApp.base_url = '/jupyter' c.NotebookApp.token = os.environ.get('JUPYTERLAB_TOKEN', '')