From 5ab6c0d1d99e2c2cf153edafdb7d323e064b77aa Mon Sep 17 00:00:00 2001 From: Wilmer Date: Fri, 17 Apr 2026 13:28:57 +0200 Subject: [PATCH] Update answer for loading seaborn on Dardel and COSMOS --- docs/day3/seaborn/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`