From 9657e4ea00cbb03927b199f12f00129e84cd1234 Mon Sep 17 00:00:00 2001 From: Neil Douglas Date: Thu, 7 Nov 2024 14:42:09 +0000 Subject: [PATCH] update jupyter page to add note about using Conda --- docs/source/applications/jupyter.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/applications/jupyter.rst b/docs/source/applications/jupyter.rst index 19dafc0..d362f15 100644 --- a/docs/source/applications/jupyter.rst +++ b/docs/source/applications/jupyter.rst @@ -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