Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pyboxs
/
jupy-lab
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cb53bb9
jupy-lab
/
jupyter_config.py
Ramses II
auto msg
55bf45f
9 months ago
raw
Copy download link
history
blame
186 Bytes
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"
)