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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -590,7 +590,7 @@ Principles
590
590
ALT 1
591
591
592
592
- Within the terminal of the interactive session,
593
-
load the ``Spyder`` module compatible with the ``foss2023b`` toolchain (``GCCcore-13.2.0``).
593
+
load the ``Spyder`` module compatible with the ``foss2023b`` toolchain (``GCCcore-13.2.0``).
594
594
- You get ``Python/3.11.5`` on the fly.
595
595
- Also load ``SciPy-bundle`` to get ``numpy`` and ``pandas``
596
596
- and ``matplotlib`` that is its own module.
@@ -613,16 +613,16 @@ Principles
613
613
614
614
* you can install packages with pip install from inside Spyder
615
615
616
-
.. tab:: Bianca
616
+
.. tab:: Bianca
617
617
618
-
- 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>`_
618
+
- 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>`_
619
619
620
-
.. code-block:: console
620
+
.. code-block:: console
621
621
622
-
ml conda
623
-
source activate spyder-env
622
+
ml conda
623
+
source activate spyder-env
624
624
625
-
* you can install packages with pip install from inside Spyder
625
+
* you can install packages with pip install from inside Spyder
0 commit comments