From daf82d079042c0ed8ded4875f32077875bfec92d Mon Sep 17 00:00:00 2001 From: Caughlin Bohn <cbohn4@unl.edu> Date: Fri, 11 Jun 2021 16:58:04 -0500 Subject: [PATCH] R/W Home for all! --- .../user_software/using_anaconda_package_manager.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/content/applications/user_software/using_anaconda_package_manager.md b/content/applications/user_software/using_anaconda_package_manager.md index 0dab02ee..b31bea0b 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. -- GitLab