Skip to content

Commit 1b3aebf

Browse files
Add video
1 parent 634273b commit 1b3aebf

3 files changed

Lines changed: 61 additions & 7 deletions

File tree

docs/day3/matplotlib/README.md

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

2222
:::
2323

24+
:::{admonition} For teachers
25+
:class: dropdown
26+
27+
Prior:
28+
29+
- What is a plotting library?
30+
31+
:::
32+
33+
2434
## What is `matplotlib`?
2535

2636
`matplotlib` allows you to create figures:
@@ -67,7 +77,7 @@ HPC cluster|YouTube video
6777
-----------|-------------------------------------------------------------------------------------------------------------------
6878
Alvis |[YouTube video](https://youtu.be/5TSr-pE-BuU)
6979
Bianca |.
70-
COSMOS |.
80+
COSMOS |[YouTube video](https://youtu.be/1se9oCW0HHU)
7181
Dardel |[YouTube video](https://youtu.be/8XdJP61IEMk)
7282
Kebnekaise |.
7383
Pelle |[YouTube video](https://youtu.be/5fWxXBA5120)
@@ -110,10 +120,10 @@ the `matplotlib` Python package.
110120

111121
HPC cluster|HPC cluster-specific `matplotlib` documentation
112122
-----------|-------------------------------------------------------------------------------------------------------------------
113-
Alvis |No relevant documentation
123+
Alvis |Has no documentation on how to load `matplotlib`
114124
Bianca |[`matplotlib` documentation](https://docs.uppmax.uu.se/software/python_bundles/#matplotlib)
115-
COSMOS |No relevant documentation
116-
Dardel |No relevant documentation
125+
COSMOS |Has no documentation on how to load `matplotlib`
126+
Dardel |Has no documentation on how to load `matplotlib`
117127
Kebnekaise |[`matplotlib` documentation](https://docs.hpc2n.umu.se/software/libs/matplotlib/)
118128
Pelle |[`matplotlib` documentation](https://docs.uppmax.uu.se/software/matplotlib/)
119129
Tetralith |[`matplotlib` documentation](https://www.nsc.liu.se/software/catalogue/tetralith/modules/python.html)

docs/day3/pandas/README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,40 @@ At the end of this sessions, learners ...
2323
[the `pandas` page '10 minutes to pandas'](https://pandas.pydata.org/pandas-docs/stable/user_guide/10min.html)
2424
:::
2525

26+
:::{admonition} For teachers
27+
:class: dropdown
28+
29+
Repeat:
30+
31+
- Q: What is an HPC cluster?
32+
A: A group of computers working together to do things one computer would
33+
not be able to do
34+
- Q: When we are on an HPC cluster, what is the name of the computer we are on?
35+
A: The login node
36+
- Q: What is a software module?
37+
A: Pre-installed software of a specific version
38+
- Q: In which two ways can we find out which software module to load?
39+
A: search the documentation or search the modules using `module spider`
40+
- Q: If there is no documention,
41+
how to find out which software module to load?
42+
A: search the modules using `module spider`
43+
- Q: If there is no documention,
44+
and there is no software module, what do we do?
45+
A: we install this ourselves
46+
- Q: What is `pip`?
47+
A: The Python package installer
48+
- Q: How do we behave on the login node?
49+
A: We run only light jobs
50+
- Q: How do we run heavy calculations?
51+
A: We submit a job to the job scheduler
52+
53+
Prior:
54+
55+
- What is data wrangling?
56+
- What is tidy data?
57+
58+
:::
59+
2660
## What is `pandas`?
2761

2862
From [the `pandas` homepage](https://pandas.pydata.org/):

docs/day3/seaborn/README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ At the end of this sessions, learners ...
2020
- (optional) have created a plot with `seaborn` from a `pandas` table
2121
:::
2222

23+
:::{admonition} For teachers
24+
:class: dropdown
25+
26+
Prior:
27+
28+
- What is a plotting library?
29+
- Why would there be multiple plotting libraries?
30+
31+
:::
32+
2333
## What is `seaborn`?
2434

2535
`seaborn` allows you to create figures:
@@ -135,13 +145,13 @@ the `seaborn` Python package.
135145

136146
HPC cluster|HPC cluster-specific `seaborn` documentation
137147
-----------|-------------------------------------------------------------------------------------------------------------------
138-
Alvis |No relevant documentation
148+
Alvis |Has no documentation on how to load `seaborn`
139149
Bianca |[`seaborn` documentation](https://docs.uppmax.uu.se/software/seaborn/)
140150
COSMOS |Partially relevant [`seaborn` documentation](https://lunarc-documentation.readthedocs.io/en/latest/software/installed_software/): it only shows the module name
141-
Dardel |No relevant documentation
151+
Dardel |Has no documentation on how to load `seaborn`
142152
Kebnekaise |[`seaborn` documentation](https://docs.hpc2n.umu.se/software/libs/Seaborn/)
143153
Pelle |[`seaborn` documentation](https://docs.uppmax.uu.se/software/seaborn/)
144-
Tetralith |No relevant documentation
154+
Tetralith |Has no documentation on how to load `seaborn`
145155

146156
<!-- markdownlint-enable MD013 -->
147157

0 commit comments

Comments
 (0)