Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCC docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Commits
daf82d07
Commit
daf82d07
authored
3 years ago
by
Caughlin Bohn
Browse files
Options
Downloads
Patches
Plain Diff
R/W Home for all!
parent
2056e799
No related branches found
No related tags found
1 merge request
!277
Small changes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/applications/user_software/using_anaconda_package_manager.md
+1
-10
1 addition, 10 deletions
...lications/user_software/using_anaconda_package_manager.md
with
1 addition
and
10 deletions
content/applications/user_software/using_anaconda_package_manager.md
+
1
−
10
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment