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

Merge branch 'conda_wrapper' into 'master'

Modify ipykernel to append PATH

See merge request !320
parents 21bb2b5f d8a764ea
Branches
No related tags found
1 merge request!320Modify ipykernel to append PATH
......@@ -273,9 +273,13 @@ Jupyter Notebook. To do so, follow the steps below, replacing
conda install ipykernel
# Install the kernel specification
python -m ipykernel install --user --name "$CONDA_DEFAULT_ENV" --display-name "Python ($CONDA_DEFAULT_ENV)"
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 %}}
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