From 1553ec729f7010c67a53c58bcf0f3d9901dc1747 Mon Sep 17 00:00:00 2001 From: Natasha Pavlovikj <npavlovikj2@unl.edu> Date: Mon, 24 Jun 2024 13:21:17 -0500 Subject: [PATCH] Add note about kernels for envs in /common --- .../user_software/using_anaconda_package_manager.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/applications/user_software/using_anaconda_package_manager.md b/content/applications/user_software/using_anaconda_package_manager.md index 450ab050..a044cb00 100644 --- a/content/applications/user_software/using_anaconda_package_manager.md +++ b/content/applications/user_software/using_anaconda_package_manager.md @@ -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: -- GitLab