File size: 271 Bytes
1f2d50a 64ced8b 1f2d50a 64ced8b 1f2d50a 64ced8b |
1 2 3 4 5 6 7 8 9 |
# Jupyter configuration for KGraph-MCP development
c.ServerApp.ip = "0.0.0.0"
c.ServerApp.port = 8888
c.ServerApp.open_browser = False
c.ServerApp.token = "kgraph-dev"
c.ServerApp.password = ""
c.ServerApp.allow_root = True
c.ServerApp.notebook_dir = "/home/jovyan/work"
|