Skip to content

Commit 45f958c

Browse files
authored
Merge pull request #235 from NYU-RTS/mdweisner-patch-1
Update 07_jupyter_with_conda_singularity.mdx
2 parents 0c0b8f8 + 53d7779 commit 45f958c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/hpc/09_ood/07_jupyter_with_conda_singularity.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,12 @@ After it is running, you’ll be redirected to a compute node. From there, run s
155155

156156
### Configure iPython Kernels
157157
To create a kernel named my_env copy the template files to your home directory.
158+
Please note that kernel_template on Greene is stored under `/share/apps/mypy/src/kernel_template`
158159
```bash sh
159160
Singularity> mkdir -p ~/.local/share/jupyter/kernels
160161
Singularity> cd ~/.local/share/jupyter/kernels
161-
Singularity> cp -R /share/apps/mypy/src/kernel_template ./my_env # this should be the name of your Singularity env
162+
Singularity> cp -R /share/apps/kernel_template ./my_env # this should be the name of your Singularity env
163+
162164
Singularity> cd ./my_env
163165

164166
Singularity> ls

0 commit comments

Comments
 (0)