Skip to content

Commit 6800b0d

Browse files
authored
pandas.rst alvis jupyter
1 parent cfd9c4b commit 6800b0d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/day3/pandas.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,30 @@ Some facilities also have Anaconda, which typically includes Pandas, JupyterLab,
220220
conda install matplotlib pandas seaborn
221221
spyder %
222222
223+
.. tab:: Alvis (C3SE)
224+
225+
.. important::
226+
227+
- For this session, you should use the Alvis portal: <https://alvis.c3se.chalmers.se/public/root/>
228+
- Log in
229+
- Ask for Desktop (Compute) in left-hand side menu. Do not choose Jupyter, since it gives you a TensorFlow environment with Python 3.8.
230+
- Open a Terminal and load the following software modules
231+
232+
.. code-block:: console
233+
234+
ml matplotlib/3.9.2-gfbf-2024a
235+
ml Jupyter-bundle/20250530-GCCcore-13.3.0
236+
237+
- This will load SciPy-bundle on the fly!
238+
- Pandas, like NumPy, has typically been part of the SciPy-bundle module since 2020. Use ``ml spider SciPy-bundle`` to see which versions are available and how to load them.
239+
240+
- Then start jupyter-lab and a web browser will automatically open
241+
242+
.. code-block:: console
243+
244+
jupyter-lab
245+
246+
223247
.. note::
224248

225249
2025 versions of SciPy-bundle are not widely installed or recommended, because numerical stability tests are failing during installation.

0 commit comments

Comments
 (0)