Skip to content

Commit

Permalink
update jupyter page to add note about using Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
nd996 committed Nov 7, 2024
1 parent 2d19e7c commit 9657e4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/applications/jupyter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ One way to do this would be to start an interactive session on a compute node, f
Here we have an interactive ``bash`` session on the ``node112`` compute node, with five CPU cores, for eight hours. Next we load the ``Jupyter`` module and run the server:

.. attention::

In this example we're using the Jupyter **module** on Viking. If you are using Conda to install Jupyter alongside other packages you should **not** run the ``module load {MOD_JUPYTER}`` command below, skip that command and the rest should still be valid. Instead you should activate your Conda environment where you have Jupyter installed.


.. code-block:: console
:emphasize-lines: 16,17
Expand Down

0 comments on commit 9657e4e

Please sign in to comment.