diff --git a/content/applications/user_software/using_anaconda_package_manager.md b/content/applications/user_software/using_anaconda_package_manager.md index 0dab02ee3d001f026d7e4d9648c4bcb373d9c8a0..b31bea0bf9f17637b6203566079379c06f2122af 100644 --- a/content/applications/user_software/using_anaconda_package_manager.md +++ b/content/applications/user_software/using_anaconda_package_manager.md @@ -272,22 +272,13 @@ Jupyter Notebook. To do so, follow the steps below, replacing 4. Once you have the environment set up, deactivate it: {{< highlight bash >}}conda deactivate{{< /highlight >}} -5. To make your conda environments accessible from the worker nodes, - enter the following commands: - - {{< highlight bash >}} - mkdir -p $WORK/.jupyter - mv ~/.local/share/jupyter/kernels $WORK/.jupyter - ln -s $WORK/.jupyter/kernels ~/.local/share/jupyter/kernels - {{< /highlight >}} - {{% notice note %}} **Note**: Step 5 only needs to be done once. Any future created environments will automatically be accessible from SLURM notebooks once this is done. {{% /notice %}} -6. Login to JupyterHub +5. Login to JupyterHub and create a new notebook using the environment by selecting the correct entry in the `New` dropdown menu in the top right corner.