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

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!322Try 3
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment