Skip to content

Commit 7b225b1

Browse files
Use uniform style on how to load a Python library
1 parent 5b20ab2 commit 7b225b1

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

docs/day3/matplotlib/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ At the end of this sessions, learners ...
1616

1717
## Loading Matplotlib
1818

19+
<!-- markdownlint-disable MD013 --><!-- Tables cannot be split up over lines, hence will break 80 characters per line -->
20+
1921
HPC cluster|How to load Matplotlib
2022
-----------|-------------------------------------------------------------------------------------------------------------------
2123
Alvis |`module load matplotlib/3.9.2-gfbf-2024a`
@@ -24,3 +26,5 @@ Dardel |`module load PDC/23.12 cray-python/3.11.5 matplotlib/3.8.2-cpeGNU-23
2426
Kebnekaise |`module load matplotlib/3.8.2`
2527
Pelle |`module load matplotlib/3.9.2-gfbf-2024a`
2628
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`
29+
30+
<!-- markdownlint-enable MD013 -->

docs/day3/pandas/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ At the end of this sessions, learners ...
1818

1919
<!-- markdownlint-disable MD013 --><!-- Tables cannot be split up over lines, hence will break 80 characters per line -->
2020

21-
HPC cluster|Command
21+
HPC cluster|How to load Pandas
2222
-----------|-------------------------------------------------------------------------------------------------------------------
2323
Alvis |`module load matplotlib/3.9.2-gfbf-2024a`
2424
COSMOS |`module load GCC/13.2.0 Python/3.11.5 SciPy-bundle/2023.11 matplotlib/3.8.2`

docs/day3/seaborn/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,17 @@ At the end of this sessions, learners ...
1414

1515
:::
1616

17+
## Loading Seaborn
18+
19+
<!-- markdownlint-disable MD013 --><!-- Tables cannot be split up over lines, hence will break 80 characters per line -->
20+
21+
HPC cluster|How to load Seaborn
22+
-----------|-----------------------------------------------------------------------------------------------------------------------
23+
Alvis |`module load Seaborn/0.13.2-gfbf-2024a`
24+
Kebnekaise |`module load GCC/13.2.0 Seaborn/0.13.2`
25+
COSMOS |`module load GCC/13.2.0 Seaborn/0.13.2`
26+
Pelle |`module load Seaborn/0.13.2-gfbf-2024a`
27+
Tetralith |`module load buildtool-easybuild/4.8.0-hpce082752a2 GCC/13.2.0 Python/3.11.5 SciPy-bundle/2023.11; pip install seaborn`
28+
Dardel |`module load cray-python/3.11.7 PDCOLD/23.12 matplotlib/3.8.2-cpeGNU-23.12`
29+
30+
<!-- markdownlint-enable MD013 -->

0 commit comments

Comments
 (0)