diff --git a/content/applications/user_software/using_anaconda_package_manager.md b/content/applications/user_software/using_anaconda_package_manager.md index e920234f6f7e369b5a99b7e129cf6397a7fef9aa..708dd115f096ff1ec7344c42d2282fe9e289672e 100644 --- a/content/applications/user_software/using_anaconda_package_manager.md +++ b/content/applications/user_software/using_anaconda_package_manager.md @@ -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: