Skip to content

Commit 1b31c7a

Browse files
authored
Update seaborn-new.rst
trying to fix admonitions in the tabs
1 parent 1b6ab78 commit 1b31c7a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/day3/seaborn-new.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Load and Run Seaborn
2121

2222
.. tab:: HPC2N (Kebnekaise)
2323

24-
.. important:: "Interactive use (Recommended)"
24+
.. important:: **Interactive use (Recommended)**
2525

2626
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.
2727

28-
.. admonition:: "Non-Interactive Use"
28+
.. admonition:: Non-Interactive Use
2929

3030
To use Seaborn in a batch script, you can load
3131

@@ -37,11 +37,11 @@ Load and Run Seaborn
3737

3838
.. tab:: LUNARC (Cosmos)
3939

40-
.. important:: "Interactive Use (Recommended)"
40+
.. important:: **Interactive Use (Recommended)**
4141

4242
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.
4343

44-
.. admonition:: "Non-Interactive Use"
44+
.. admonition:: Non-Interactive Use
4545

4646
To use Seaborn in a batch script, you can either load
4747

@@ -59,7 +59,7 @@ Load and Run Seaborn
5959

6060
.. tab:: UPPMAX (Pelle)
6161

62-
.. important:: "General Use"
62+
.. important:: **General Use**
6363

6464
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:
6565

@@ -79,7 +79,7 @@ Load and Run Seaborn
7979

8080
.. tab:: NSC (Tetralith)
8181

82-
.. important:: "General Use"
82+
.. important:: **General Use**
8383

8484
You should for this session load
8585

@@ -114,7 +114,7 @@ Load and Run Seaborn
114114
- 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).
115115
- 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.
116116

117-
.. important:: "General Use"
117+
.. important:: **General Use**
118118

119119
For this session, you could load
120120

@@ -124,7 +124,7 @@ Load and Run Seaborn
124124
125125
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.
126126

127-
.. admonition:: "Interactive use with Thinlinc (If Available)"
127+
.. admonition:: Interactive use with Thinlinc (If Available)
128128
:collapsible:
129129

130130
- Start Jupyter from the menu and it will work

0 commit comments

Comments
 (0)