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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Merge requests
!411
Add note about kernels for envs in /common
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Add note about kernels for envs in /common
update_conda
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Natasha Pavlovikj
requested to merge
update_conda
into
master
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Add note about kernels for envs in /common
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
1553ec72
1 commit,
1 year ago
1 file
+
7
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
content/applications/user_software/using_anaconda_package_manager.md
+
7
−
0
View file @ 1553ec72
Edit in single-file editor
Open in Web IDE
Show full file
@@ -418,6 +418,13 @@ Jupyter Notebook. To do so, follow the steps below, replacing
where `VAR` and `value` are the name and the value of the variable respectively.
{{% /notice %}}
{{% notice note %}}
If the conda environment is located in $COMMON (e.g., `$COMMON/conda_env`), please use the name of the environment
instead of $CONDA_DEFAULT_ENV, e.g.,:
`python -m ipykernel install --user --name conda_env --display-name "Python (conda_env)" --env PATH $PATH`
where `conda_env` is replaced with the name of your conda enironment.
{{% /notice %}}
2. For an **R** conda environment, install the jupyter\_client and
IRkernel packages, and then the kernel specification:
Loading