You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/day3/seaborn-new.rst
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@ Load and Run Seaborn
21
21
22
22
.. tab:: HPC2N (Kebnekaise)
23
23
24
-
.. important:: "Interactive use (Recommended)"
24
+
.. important:: **Interactive use (Recommended)**
25
25
26
26
Go to the Open On-Demand web portal and start Jupyter Notebook (or VSCode) as described `here in the Kebnekaise documentation <https://docs.hpc2n.umu.se/tutorials/connections/#interactive__apps__-__jupyter__notebook>`__ and discussed on day 2 in the On-Demand lecture session. Available Spyder versions are old and generally not recommended.
27
27
28
-
.. admonition:: "Non-Interactive Use"
28
+
.. admonition:: Non-Interactive Use
29
29
30
30
To use Seaborn in a batch script, you can load
31
31
@@ -37,11 +37,11 @@ Load and Run Seaborn
37
37
38
38
.. tab:: LUNARC (Cosmos)
39
39
40
-
.. important:: "Interactive Use (Recommended)"
40
+
.. important:: **Interactive Use (Recommended)**
41
41
42
42
Start a Thinlinc session and open one of Spyder, Jupyter Lab, or VSCode from the On-Demand applications menu as discussed in the `On-Demand lesson <../day2/ondemand-desktop.rst>`__ from Day 2. Spyder and Jupyter Lab are configured to load Seaborn and all its dependencies automatically via the latest version of Anaconda, whereas VSCode requires modules to be selected to load as part of the additional job settings.
43
43
44
-
.. admonition:: "Non-Interactive Use"
44
+
.. admonition:: Non-Interactive Use
45
45
46
46
To use Seaborn in a batch script, you can either load
47
47
@@ -59,7 +59,7 @@ Load and Run Seaborn
59
59
60
60
.. tab:: UPPMAX (Pelle)
61
61
62
-
.. important:: "General Use"
62
+
.. important:: **General Use**
63
63
64
64
On Pelle, the only available Seaborn module right now is ``Seaborn/0.13.2-gfbf-2024a``, and it can be loaded directly, as shown below:
65
65
@@ -79,7 +79,7 @@ Load and Run Seaborn
79
79
80
80
.. tab:: NSC (Tetralith)
81
81
82
-
.. important:: "General Use"
82
+
.. important:: **General Use**
83
83
84
84
You should for this session load
85
85
@@ -114,7 +114,7 @@ Load and Run Seaborn
114
114
- Do not trust that a ThinLinc session will be available or that On-Demand applications run therein will start in time for you to keep up (it is not unusual for wait times to be longer than the requested walltime).
115
115
- The exercises were written to work on a regular laptop. If you must work on Dardel, follow the steps below. The exercise prompts and their solutions are included on this page.
116
116
117
-
.. important:: "General Use"
117
+
.. important:: **General Use**
118
118
119
119
For this session, you could load
120
120
@@ -124,7 +124,7 @@ Load and Run Seaborn
124
124
125
125
On Dardel, all cray-python versions include NumPy, SciPy, Pandas, and Dask, and do not have any prerequisites, but Seaborn is part of ``matplotlib/3.8.2-cpeGNU-23.12``, which has ``PDCOLD/23.12`` as a prerequisite. The versions available for cray-python and Matplotlib are limited because Dardel users are typically expected to build their own environments, but for this course, the installed versions are fine.
126
126
127
-
.. admonition:: "Interactive use with Thinlinc (If Available)"
127
+
.. admonition:: Interactive use with Thinlinc (If Available)
0 commit comments