fix: jupyter start params

This commit is contained in:
tao.chen
2026-08-04 12:03:43 +08:00
parent 60b17f5bef
commit a27cda5a0c
+1 -1
View File
@@ -203,7 +203,7 @@ async def start_workspace(ws_id: str) -> dict:
"--allow-root",
f"--ServerApp.token={token}",
f"--ServerApp.base_url={base_path}",
f"--notebook-dir={workspace_path}",
# f"--notebook-dir={workspace_path}",
f"--ServerApp.root_dir={workspace_path}",
"--ServerApp.terminals_enabled=False",
"--NotebookApp.terminals_enabled=False",