fix: default kernel

This commit is contained in:
tao.chen
2026-08-06 10:55:12 +08:00
parent e2329ea429
commit a7963406b3
+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
# 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.
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")
# Sidecar metadata file written next to the workspace directory. Holds