File size: 266 Bytes
96dcb2f 6992e29 96dcb2f da5c857 |
1 2 3 4 5 6 7 8 9 |
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', '')
c.NotebookApp.notebook_dir = '/data' |