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/day2/IDEs_cmd.rst
+27-8Lines changed: 27 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -583,18 +583,37 @@ Principles
583
583
584
584
.. tab:: UPPMAX
585
585
586
-
Spyder is not available centrally on Rackham.
586
+
.. tabs::
587
587
588
-
- Use the conda env you created in Exercise 2 in `Use isolated environments <https://uppmax.github.io/HPC-python/day2/use_isolated_environments.html#exercises>`_
load the ``Spyder`` module compatible with the ``foss2023b`` toolchain (``GCCcore-13.2.0``).
594
+
- You get ``Python/3.11.5`` on the fly.
595
+
- Also load ``SciPy-bundle`` to get ``numpy`` and ``pandas``
596
+
- and ``matplotlib`` that is its own module.
597
+
- (You can add any other compatible python package module as well)
596
598
597
-
* you can install packages with pip install from inside Spyder
599
+
.. code-block:: console
600
+
601
+
ml Spyder/6.0.1-GCCcore-13.2.0
602
+
ml SciPy-bundle/2023.11-gfbf-2023b
603
+
ml matplotlib/3.8.2-gfbf-2023b
604
+
605
+
ALT 2
606
+
607
+
- Use the conda env you created in Exercise 2 in `Use isolated environments <https://uppmax.github.io/HPC-python/day2/use_isolated_environments.html#exercises>`_
0 commit comments