From c0bddd003807b30394ee1c1686440bac7e1291df Mon Sep 17 00:00:00 2001 From: Jaime E Forero-Romero Date: Fri, 9 Jun 2023 08:56:12 -0700 Subject: [PATCH] README updated with kernel instructions --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5d3c8b1..7093d8a 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,10 @@ Once you have a NERSC account, you can proceed to log into Perlmutter: ssh perlmutter-p1.nersc.gov ``` -Jupyter "kernels" are critical in defining a specific set of code versions for use. NERSC users can install DESI Jupyter kernels from perlmutter-p1.nersc.gov (this is a one-time requirement) using the following: +The role of Jupyter "kernels" is fundamental as they establish a specific set of code versions for utilization. For those who are part of the DESI collaboration, detailed guidance can be found on the [collaboration wiki](https://desi.lbl.gov/trac/wiki/Computing/JupyterAtNERSC). + +If you're not affiliated with the DESI collaboration, please refer to the [instructions provided in this repository](https://github.com/desihub/tutorials/blob/main/getting_started/installing_EDR_kernels_at_NERSC.md) for further guidance. -``` -source /global/common/software/desi/desi_environment.sh 23.1 -$DESIMODULES/install_jupyter_kernel.sh 23.1 -$DESIMODULES/install_jupyter_kernel.sh 22.5 -``` To procure a copy of the tutorials on perlmutter.nersc.gov, execute: