From 53d77792b62036abf4c7af221c6d6e76a87fe51b Mon Sep 17 00:00:00 2001 From: Michael Weisner Date: Fri, 12 Dec 2025 12:30:04 -0500 Subject: [PATCH] Update 07_jupyter_with_conda_singularity.mdx updated kernel_template location --- docs/hpc/09_ood/07_jupyter_with_conda_singularity.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/hpc/09_ood/07_jupyter_with_conda_singularity.mdx b/docs/hpc/09_ood/07_jupyter_with_conda_singularity.mdx index 150fb10f6d..5f007e8f71 100644 --- a/docs/hpc/09_ood/07_jupyter_with_conda_singularity.mdx +++ b/docs/hpc/09_ood/07_jupyter_with_conda_singularity.mdx @@ -155,10 +155,12 @@ After it is running, you’ll be redirected to a compute node. From there, run s ### Configure iPython Kernels To create a kernel named my_env copy the template files to your home directory. +Please note that kernel_template on Greene is stored under `/share/apps/mypy/src/kernel_template` ```bash sh Singularity> mkdir -p ~/.local/share/jupyter/kernels Singularity> cd ~/.local/share/jupyter/kernels -Singularity> cp -R /share/apps/mypy/src/kernel_template ./my_env # this should be the name of your Singularity env +Singularity> cp -R /share/apps/kernel_template ./my_env # this should be the name of your Singularity env + Singularity> cd ./my_env Singularity> ls