From 469f0d548de10f5affdb0bd63ced5e2c659521b2 Mon Sep 17 00:00:00 2001 From: Wilmer Date: Tue, 14 Apr 2026 13:01:28 +0200 Subject: [PATCH 1/2] Indicate which commands are tested to work or not work --- docs/day3/matplotlib/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/day3/matplotlib/README.md b/docs/day3/matplotlib/README.md index 4a9f586bf..00df39a4d 100644 --- a/docs/day3/matplotlib/README.md +++ b/docs/day3/matplotlib/README.md @@ -72,8 +72,8 @@ Alvis |`module load matplotlib/3.9.2-gfbf-2024a` COSMOS |`module load matplotlib/3.8.2` (avoid version `3.9.2`!) Dardel |`module load PDC/23.12 cray-python/3.11.5 matplotlib/3.8.2-cpeGNU-23.12` Kebnekaise |`module load matplotlib/3.8.2` -Pelle |`module load matplotlib/3.9.2-gfbf-2024a` -Tetralith |`module load buildtool-easybuild/4.8.0-hpce082752a2 GCC/13.2.0 Python/3.11.5 SciPy-bundle/2023.11 matplotlib/3.8.2` +Pelle |`module load matplotlib/3.9.2-gfbf-2024a` :-) +Tetralith |`module load buildtool-easybuild/4.8.0-hpce082752a2 GCC/13.2.0 Python/3.11.5 SciPy-bundle/2023.11 matplotlib/3.8.2` :-( From 9bf79fd9406f9fef6598afe56c66585113002daf Mon Sep 17 00:00:00 2001 From: Wilmer Date: Tue, 14 Apr 2026 13:03:17 +0200 Subject: [PATCH 2/2] Indicate which commands are tested to work Also put table in alphabetical order --- docs/day3/seaborn/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/day3/seaborn/README.md b/docs/day3/seaborn/README.md index c93c8510b..7d2f81c05 100644 --- a/docs/day3/seaborn/README.md +++ b/docs/day3/seaborn/README.md @@ -73,11 +73,12 @@ Tetralith |?[`seaborn` documentation](https://www.nsc.liu.se/software/python) HPC cluster|How to load Seaborn -----------|----------------------------------------------------------------------------------------------------------------------- Alvis |`module load Seaborn/0.13.2-gfbf-2024a` -Kebnekaise |`module load GCC/13.2.0 Seaborn/0.13.2` COSMOS |`module load GCC/13.2.0 Seaborn/0.13.2` -Pelle |`module load Seaborn/0.13.2-gfbf-2024a` -Tetralith |`module load buildtool-easybuild/4.8.0-hpce082752a2 GCC/13.2.0 Python/3.11.5 SciPy-bundle/2023.11; pip install seaborn` Dardel |`module load cray-python/3.11.7 PDCOLD/23.12 matplotlib/3.8.2-cpeGNU-23.12` +Kebnekaise |`module load GCC/13.2.0 Seaborn/0.13.2` +Pelle |`module load Seaborn/0.13.2-gfbf-2024a` :-) +Tetralith |`module load buildtool-easybuild/4.8.0-hpce082752a2 GCC/13.2.0 Python/3.11.5 SciPy-bundle/2023.11; pip install seaborn` :-) +