From 5da45e5b9646129e885e6bc3b8a0aeacf1baa14d Mon Sep 17 00:00:00 2001 From: Wilmer Date: Fri, 17 Apr 2026 11:05:52 +0200 Subject: [PATCH] Update answer for loading matplotlib on Dardel --- docs/day3/matplotlib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/day3/matplotlib/README.md b/docs/day3/matplotlib/README.md index 5d3966934..12fa42349 100644 --- a/docs/day3/matplotlib/README.md +++ b/docs/day3/matplotlib/README.md @@ -131,7 +131,7 @@ HPC cluster|How to load Matplotlib -----------|------------------------------------------------------------------------------------------------------------------- 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` +Dardel |`module load python/3.12.3 ; pip3 install matplotlib` Kebnekaise |`module load matplotlib/3.8.2` Pelle |`module load matplotlib/3.9.2-gfbf-2024a` Tetralith |`module load Python/3.10.4-env-hpc1-gcc-2022a-eb`