Skip to content
Snippets Groups Projects
Commit 13d7d4be authored by Natasha Pavlovikj's avatar Natasha Pavlovikj
Browse files

Merge branch 'update_conda' into 'master'

Add note about kernels for envs in /common

See merge request !411
parents 293ee349 1553ec72
Branches
No related tags found
1 merge request!411Add note about kernels for envs in /common
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment