File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -407,11 +407,11 @@ Breakout room according to grouping
407407
408408 .. code-block ::
409409
410+ ml PDC/24.11
411+ ml miniconda3/25.3.1-1-cpeGNU-24.11
410412 export CONDA_ENVS_PATH="/cfs/klemming/projects/supr/courses-fall-2025/$USER/" #only needed once per session
411413 export CONDA_PKG_DIRS="/cfs/klemming/projects/supr/courses-fall-2025/$USER/" #only needed once per session
412- ml PDC/23.12
413- ml miniconda3/24.7.1-0-cpeGNU-23.12
414- conda create --prefix $CONDA_ENVS_PATH/spyder-env python=3.12 spyder
414+ conda create --prefix $CONDA_ENVS_PATH/spyder-env python=3.11.7 spyder
415415 source activate spyder-env
416416
417417 - Let's install packages that we need.
@@ -430,9 +430,8 @@ Breakout room according to grouping
430430 ml miniconda3/25.3.1-1-cpeGNU-24.11
431431 export CONDA_ENVS_PATH="/cfs/klemming/projects/supr/courses-fall-2025/$USER/" #only needed once per session
432432 export CONDA_PKG_DIRS="/cfs/klemming/projects/supr/courses-fall-2025/$USER/" #only needed once per session
433- conda create --prefix $CONDA_ENVS_PATH/jupyter-env python=3.11.7
433+ conda create --prefix $CONDA_ENVS_PATH/jupyter-env python=3.11.7 jupyter
434434 conda activate jupyter-env
435- conda install jupyter
436435 conda install matplotlib pandas seaborn xarray dask numba
437436
438437 We will put requirements files in the course project folder that you can build from in latter lessons
You can’t perform that action at this time.
0 commit comments