fix: jupyter start params
This commit is contained in:
@@ -203,7 +203,7 @@ async def start_workspace(ws_id: str) -> dict:
|
|||||||
"--allow-root",
|
"--allow-root",
|
||||||
f"--ServerApp.token={token}",
|
f"--ServerApp.token={token}",
|
||||||
f"--ServerApp.base_url={base_path}",
|
f"--ServerApp.base_url={base_path}",
|
||||||
f"--notebook-dir={workspace_path}",
|
# f"--notebook-dir={workspace_path}",
|
||||||
f"--ServerApp.root_dir={workspace_path}",
|
f"--ServerApp.root_dir={workspace_path}",
|
||||||
"--ServerApp.terminals_enabled=False",
|
"--ServerApp.terminals_enabled=False",
|
||||||
"--NotebookApp.terminals_enabled=False",
|
"--NotebookApp.terminals_enabled=False",
|
||||||
|
|||||||
Reference in New Issue
Block a user