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