Skip to content

Commit 308b25f

Browse files
Update answers
1 parent c64924a commit 308b25f

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/day3/matplotlib/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ In a terminal (on your HPC cluster), load the software module to use `matplotlib
141141

142142
HPC cluster|How to load Matplotlib
143143
-----------|-------------------------------------------------------------------------------------------------------------------
144-
Alvis |`module load matplotlib/3.9.2-gfbf-2024a` <!-- TODO -->
145-
COSMOS |`module load matplotlib/3.8.2` (avoid version `3.9.2`!) <!-- :-) 2026-04-17 -->
146-
Dardel |`module load python/3.12.3 ; pip3 install matplotlib` <!-- :-) 2026-04-17 -->
147-
Kebnekaise |`module load matplotlib` <!-- :-) 2026-04-21 -->
148-
Pelle |`module load matplotlib/3.9.2-gfbf-2024a` <!-- :-) 2026-04-17 -->
149-
Tetralith |`module load Python/3.10.4-env-hpc1-gcc-2022a-eb` <!-- :-) 2026-04-17 -->
144+
Alvis |`module load matplotlib/3.9.2-gfbf-2024a`
145+
COSMOS |`module load matplotlib/3.8.2` (avoid version `3.9.2`!)
146+
Dardel |`module load python/3.12.3 ; pip3 install matplotlib`
147+
Kebnekaise |`module load GCC/13.2.0 matplotlib/3.8.2`
148+
Pelle |`module load matplotlib/3.9.2-gfbf-2024a`
149+
Tetralith |`module load Python/3.10.4-env-hpc1-gcc-2022a-eb`
150150

151151
<!-- markdownlint-enable MD013 -->
152152

docs/day3/seaborn/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ In a terminal (on your HPC cluster), load the software module to use `seaborn`.
166166

167167
HPC cluster|How to load Seaborn
168168
-----------|-----------------------------------------------------------------------------------------------------------------------
169-
Alvis |`module load Seaborn/0.13.2-gfbf-2024a` <!-- 2026-04-21 -->
170-
COSMOS |`module load GCC/13.2.0 Seaborn/0.13.2` <!-- 2026-04-17 -->
171-
Dardel |`module load python/3.12.3 ; pip3 install seaborn` <!-- 2026-04-17 -->
172-
Kebnekaise |`module load GCC/13.2.0 Seaborn/0.13.2` <!-- 2026-04-21 -->
173-
Pelle |`module load Seaborn/0.13.2-gfbf-2024a` <!-- 2026-05-17 -->
174-
Tetralith |`module load Python/3.10.4-env-hpc1-gcc-2022a-eb ; pip install seaborn` <!-- 2026-05-17 -->
169+
Alvis |`module load Seaborn/0.13.2-gfbf-2024a`
170+
COSMOS |`module load GCC/13.2.0 Seaborn/0.13.2`
171+
Dardel |`module load python/3.12.3 ; pip3 install seaborn`
172+
Kebnekaise |`module load GCC/12.3.0 Python/3.11.3 SciPy-bundle/2023.07 matplotlib/3.7.2 Tkinter/3.11.3 Seaborn/0.13.2`
173+
Pelle |`module load Seaborn/0.13.2-gfbf-2024a`
174+
Tetralith |`module load Python/3.10.4-env-hpc1-gcc-2022a-eb ; pip install seaborn`
175175

176176
<!-- markdownlint-enable MD013 -->
177177

0 commit comments

Comments
 (0)