From 2d21ab5714c478eaf2b718cdbb504909c65b7edb Mon Sep 17 00:00:00 2001 From: Wilmer Date: Thu, 16 Apr 2026 10:31:34 +0200 Subject: [PATCH] Fix how to load pandas on Dardel --- docs/day3/pandas/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/day3/pandas/README.md b/docs/day3/pandas/README.md index cc9fcfe89..9cfc734e4 100644 --- a/docs/day3/pandas/README.md +++ b/docs/day3/pandas/README.md @@ -89,7 +89,7 @@ HPC cluster|How to load the `pandas` software module -----------|------------------------------------------------------------------------------------------------------------------- Alvis |`module load matplotlib/3.9.2-gfbf-2024a` COSMOS |`module load GCC/13.2.0 Python/3.11.5 SciPy-bundle/2023.11 matplotlib/3.8.2` -Dardel |`module load cray-python/3.11.7` +Dardel |`module load python/3.12.3 ; pip3 intall pandas` Kebnekaise |`module load GCC/12.3.0 Python/3.11.3 SciPy-bundle/2023.07 matplotlib/3.7.2 Tkinter/3.11.3` Pelle |`module load SciPy-bundle/2024.05-gfbf-2024a` :-) Tetralith |`module load buildtool-easybuild/4.8.0-hpce082752a2 GCC/13.2.0 Python/3.11.5 SciPy-bundle/2023.11 JupyterLab/4.2.0` :-)