Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Holland Computing Center
HCC docs
Commits
daf82d07
Commit
daf82d07
authored
Jun 11, 2021
by
Caughlin Bohn
Browse files
R/W Home for all!
parent
2056e799
Changes
1
Show whitespace changes
Inline
Side-by-side
content/applications/user_software/using_anaconda_package_manager.md
View file @
daf82d07
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment