Skip to content

Commit e79dd29

Browse files
authored
big_data.rst alvis
1 parent 88f0585 commit e79dd29

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/day3/big_data.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -768,18 +768,22 @@ Set up the environment
768768
! pip install --user dask
769769
! pip install --user polars
770770
771-
.. tab:: LUNARC (Cosmos)
771+
- You may have to restart the Jupyter kernel (or even Jupyter session) to be able to be able to load the just instaleld package(s).
772+
773+
.. tab:: LUNARC (Cosmos)
772774

773775
.. important:: **Interactive Use (Recommended)**
774776

775-
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.
777+
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 Xarray and Dask and all their dependencies automatically via the latest version of Anaconda, whereas VSCode requires modules to be selected to load as part of the additional job settings.
776778

777779
- Continue and start Jupyter
778780
- And install ``polars`` to ``~/.local/`` if you don't already have it
779781

780782
.. code-block:: console
781783
782784
! pip install --user polars
785+
786+
- You may have to restart the Jupyter kernel (or even Jupyter session) to be able to be able to load the just instaleld package(s).
783787

784788
.. admonition:: Non-Interactive Use
785789

@@ -835,7 +839,7 @@ Set up the environment
835839
836840
module load buildtool-easybuild/4.8.0-hpce082752a2 GCC/13.2.0 Python/3.11.5 SciPy-bundle/2023.11 JupyterLab/4.2.0
837841
838-
or swap JupyterLab for your preferred IDE following the `IDEs lesson from Day 2 <../day2/IDEs_cmd.rst>`__. Seaborn should not have to be loaded as a module since it would be installed in your home directory, which is always in ``$PATH``.
842+
or swap JupyterLab for your preferred IDE following the `IDEs lesson from Day 2 <../day2/IDEs_cmd.rst>`__.
839843

840844
.. tab:: Dardel (PDC)
841845

@@ -904,7 +908,7 @@ Set up the environment
904908

905909
.. code-block:: console
906910
907-
ml Seaborn/0.13.2-gfbf-2024a
911+
ml xarray/2024.11.0-gfbf-2024a dask/2024.9.1-gfbf-2024a
908912
ml Jupyter-bundle/20250530-GCCcore-13.3.0
909913
910914
- This will load matplotlib & SciPy-bundle on the fly!

0 commit comments

Comments
 (0)