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/day3/big_data.rst
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -768,18 +768,22 @@ Set up the environment
768
768
! pip install --user dask
769
769
! pip install --user polars
770
770
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)
772
774
773
775
.. important:: **Interactive Use (Recommended)**
774
776
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.
776
778
777
779
- Continue and start Jupyter
778
780
- And install ``polars`` to ``~/.local/`` if you don't already have it
779
781
780
782
.. code-block:: console
781
783
782
784
! 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).
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>`__.
839
843
840
844
.. tab:: Dardel (PDC)
841
845
@@ -904,7 +908,7 @@ Set up the environment
904
908
905
909
.. code-block:: console
906
910
907
-
ml Seaborn/0.13.2-gfbf-2024a
911
+
ml xarray/2024.11.0-gfbf-2024a dask/2024.9.1-gfbf-2024a
908
912
ml Jupyter-bundle/20250530-GCCcore-13.3.0
909
913
910
914
- This will load matplotlib & SciPy-bundle on the fly!
0 commit comments