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

Fix alignment

parent 7a7d3808
No related branches found
No related tags found
1 merge request!321Fix alignment
......@@ -276,9 +276,11 @@ Jupyter Notebook. To do so, follow the steps below, replacing
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.
Please register or to comment