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
2007bd9f
Verified
Commit
2007bd9f
authored
10 months ago
by
Adam Caprez
Browse files
Options
Downloads
Patches
Plain Diff
Make common env location note more prominent.
parent
5ad78840
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/applications/user_software/using_anaconda_package_manager.md
+10
-12
10 additions, 12 deletions
...lications/user_software/using_anaconda_package_manager.md
with
10 additions
and
12 deletions
content/applications/user_software/using_anaconda_package_manager.md
+
10
−
12
View file @
2007bd9f
...
...
@@ -411,19 +411,17 @@ Jupyter Notebook. To do so, follow the steps below, replacing
# Install the kernel specification
python -m ipykernel install --user --name "$CONDA_DEFAULT_ENV" --display-name "Python ($CONDA_DEFAULT_ENV)" --env PATH $PATH
{{< /highlight >}}
{{% notice info %}}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 %}}
{{% notice note %}}
If needed, other variables can be set via additional `--env` arguments, e.g.,
`python -m ipykernel install --user --name "$CONDA_DEFAULT_ENV" --display-name "Python ($CONDA_DEFAULT_ENV)" --env PATH $PATH --env VAR value`,
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 %}}
{{% notice note %}}If needed, other variables can be set via additional `--env` arguments, e.g.,
`python -m ipykernel install --user --name "$CONDA_DEFAULT_ENV" --display-name "Python ($CONDA_DEFAULT_ENV)" --env PATH $PATH --env VAR value`,
where `VAR` and `value` are the name and the value of the variable respectively.
{{% /notice %}}
2. For an **R** conda environment, install the jupyter\_client and
IRkernel packages, and then the kernel specification:
...
...
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