diff --git a/runtime/src/runtime/process.py b/runtime/src/runtime/process.py index 607d2bf..27a9cd6 100644 --- a/runtime/src/runtime/process.py +++ b/runtime/src/runtime/process.py @@ -196,7 +196,6 @@ async def start_workspace(ws_id: str) -> dict: base_path = f"/jupyter/{ws_id}/" cmd = [ - "uvx", "jupyter", "notebook", f"--port={port}",