diff --git a/docs/day3/seaborn/README.md b/docs/day3/seaborn/README.md index e5f8107a5..ff97f0d6c 100644 --- a/docs/day3/seaborn/README.md +++ b/docs/day3/seaborn/README.md @@ -156,8 +156,8 @@ In a terminal (on your HPC cluster), load the software module to use `seaborn`. HPC cluster|How to load Seaborn -----------|----------------------------------------------------------------------------------------------------------------------- Alvis |`module load Seaborn/0.13.2-gfbf-2024a` -COSMOS |`module load GCC/13.2.0 Seaborn/0.13.2` -Dardel |`module load cray-python/3.11.7 PDCOLD/23.12 matplotlib/3.8.2-cpeGNU-23.12` +COSMOS |`module load GCC/13.2.0 Seaborn/0.13.2` +Dardel |`module load python/3.12.3 ; pip3 install matplotlib` Kebnekaise |`module load GCC/13.2.0 Seaborn/0.13.2` Pelle |`module load Seaborn/0.13.2-gfbf-2024a` Tetralith |`module load Python/3.10.4-env-hpc1-gcc-2022a-eb ; pip install seaborn`