| # 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" | |