1
Fork 0

feat(logging): added explained variance chart

This commit is contained in:
vsc46589 vscuser 2026-04-09 23:14:52 +02:00
parent 4a96acf744
commit b839024e6e
4 changed files with 26 additions and 2 deletions

View file

@ -46,6 +46,8 @@ source vsc-venv --activate \
set -euo pipefail
cd "$PBS_O_WORKDIR"
uv run pip install .
echo '>>> Installing ipykernel...'
CLUSTER_ID="${VSC_INSTITUTE_CLUSTER:-generic}"
python -m ipykernel install --user --name="sel3_${CLUSTER_ID}" \