Skip to content
Snippets Groups Projects
Commit daf82d07 authored by Caughlin Bohn's avatar Caughlin Bohn
Browse files

R/W Home for all!

parent 2056e799
No related branches found
No related tags found
1 merge request!277Small changes
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment