Develop #16

Merged
tao.chen merged 273 commits from develop into main 2026-08-21 10:42:09 +08:00
Showing only changes of commit a7963406b3 - Show all commits
+1 -1
View File
@@ -69,7 +69,7 @@ JUPYTER_MAX_LIFETIME_SECONDS = int(
# which also registers the Python 3.8 / 3.10 kernelspecs under that venv's # which also registers the Python 3.8 / 3.10 kernelspecs under that venv's
# share/jupyter/kernels tree. The runtime only launches the server here; # share/jupyter/kernels tree. The runtime only launches the server here;
# user code runs in the per-kernel venv the user picks in the Notebook UI. # user code runs in the per-kernel venv the user picks in the Notebook UI.
JUPYTER_VENV = os.environ.get("JUPYTER_VENV", "/opt/venv/python3.8") JUPYTER_VENV = os.environ.get("JUPYTER_VENV", "/opt/venv/python3.12")
JUPYTER_BIN = os.path.join(JUPYTER_VENV, "bin", "jupyter") JUPYTER_BIN = os.path.join(JUPYTER_VENV, "bin", "jupyter")
# Sidecar metadata file written next to the workspace directory. Holds # Sidecar metadata file written next to the workspace directory. Holds