File size: 186 Bytes
55bf45f
 
6992e29
 
 
 
55bf45f
1
2
3
4
5
6
7
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.token = os.environ.get("JUPYTER_TOKEN")