From a27cda5a0c5b68aa696bd321875359ef6c1832c3 Mon Sep 17 00:00:00 2001 From: "tao.chen" <93983997+taochen-ct@users.noreply.github.com> Date: Tue, 4 Aug 2026 12:03:43 +0800 Subject: [PATCH] fix: jupyter start params --- runtime/src/runtime/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/runtime/process.py b/runtime/src/runtime/process.py index 599cef9..8a16e79 100644 --- a/runtime/src/runtime/process.py +++ b/runtime/src/runtime/process.py @@ -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",