File tree Expand file tree Collapse file tree 5 files changed +40
-0
lines changed
Expand file tree Collapse file tree 5 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ INST_DIR=/global/cfs/cdirs/lsst/groups/MCP
4+ source $INST_DIR /setup-cosmology-dev.sh " "
5+
6+ if [ $# -gt 0 ] ; then
7+ exec python -m ipykernel $@
8+ fi
9+
Original file line number Diff line number Diff line change 1+ {
2+ "argv" : [
3+ " /global/common/software/lsst/common/miniconda/kernels/desc-cosmology-dev.sh" ,
4+ " -f" ,
5+ " {connection_file}"
6+ ],
7+ "display_name" : " desc-cosmology-dev" ,
8+ "language" : " python"
9+ }
10+
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ INST_DIR=/global/cfs/cdirs/lsst/groups/MCP
4+ source $INST_DIR /setup-cosmology-prod.sh " "
5+
6+ if [ $# -gt 0 ] ; then
7+ exec python -m ipykernel $@
8+ fi
9+
Original file line number Diff line number Diff line change 1+ {
2+ "argv" : [
3+ " /global/common/software/lsst/common/miniconda/kernels/desc-cosmology.sh" ,
4+ " -f" ,
5+ " {connection_file}"
6+ ],
7+ "display_name" : " desc-cosmology" ,
8+ "language" : " python"
9+ }
10+
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ jupyter kernelspec install $INST_DIR/kernels/desc-td-env --user
2929jupyter kernelspec install $INST_DIR /kernels/desc-forecasts --user
3030jupyter kernelspec install $INST_DIR /kernels/desc-td-env-dev --user
3131jupyter kernelspec install $INST_DIR /kernels/desc-forecasts-dev --user
32+ jupyter kernelspec install $INST_DIR /kernels/desc-cosmology-dev --user
33+ jupyter kernelspec install $INST_DIR /kernels/desc-cosmology --user
3234# echo "Your JupyterLab URL is: "
3335# echo "https://jupyter.nersc.gov/user/$USER/cori-shared-node-cpu/lab/tree/$HOME"
3436echo " DESC Kernels Now Available"
You can’t perform that action at this time.
0 commit comments