Skip to content

Commit ce1d734

Browse files
authored
Update summary2.rst
1 parent 6fed9b3 commit ce1d734

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

docs/summary2.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,12 @@ Summary day 2
4242
- IDEs
4343
- Jupyter-lab/notebook
4444
- Available in all clusters
45+
- OnDemand at Dardel, Alvis, Cosmos and Kebnekaise
4546
- Spyder
46-
- Best available at LUNARC
47+
- Best available at LUNARC (from OnDemand as well)
4748
- Possible at the others through virtual environments (pip) or Conda (not HPC2N)
48-
- VScode: perhaps shown tomorrow
49-
50-
- Matplotlib
51-
- Matplotlib is the essential Python data visualization package, with nearly 40 different plot types to choose from depending on the shape of your data and which qualities you want to highlight.
52-
- Almost every plot will start by instantiating the figure, ``fig`` (the blank canvas), and 1 or more ``axes`` objects, ``ax``, with ``fig, ax = plt.subplots(*args, **kwargs)``.
53-
- Most of the plotting and formatting commands you will use are methods of Axes objects, but a few, like colorbar are methods of the Figure, and some commands are methods both.
49+
- VScode
50+
- Always available (except for Bianca) from local computer (if you have VS Code)
51+
- available as modules or
52+
- from onDemand at Cosmos and Kebnekaise
5453

0 commit comments

Comments
 (0)