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
e37462df
Commit
e37462df
authored
2 years ago
by
Natasha Pavlovikj
Browse files
Options
Downloads
Plain Diff
Merge branch 'try_3' into 'master'
Try 3 See merge request
!322
parents
c31a8dd8
ded096d6
No related branches found
No related tags found
1 merge request
!322
Try 3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/applications/user_software/using_anaconda_package_manager.md
+7
-7
7 additions, 7 deletions
...lications/user_software/using_anaconda_package_manager.md
with
7 additions
and
7 deletions
content/applications/user_software/using_anaconda_package_manager.md
+
7
−
7
View file @
e37462df
...
...
@@ -271,16 +271,16 @@ Jupyter Notebook. To do so, follow the steps below, replacing
{{< highlight bash >}}
# Install ipykernel
conda install ipykernel
# Install the kernel specification
python -m ipykernel install --user --name "$CONDA_DEFAULT_ENV" --display-name "Python ($CONDA_DEFAULT_ENV)" --env PATH $PATH
{{< /highlight >}}
{{% 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 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