BasalGanglia's picture
๐Ÿ› ๏ธ Fix HuggingFace Space configuration - Remove quotes from frontmatter
64ced8b verified
# 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"