Skip to content

Commit ca1c712

Browse files
committed
adding desc-forecasts kernel
1 parent b570d88 commit ca1c712

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
INST_DIR=/global/cfs/cdirs/lsst/groups/MCP
4+
source $INST_DIR/setup_forecasts_prod.sh ""
5+
6+
if [ $# -gt 0 ] ; then
7+
exec python -m ipykernel $@
8+
fi
9+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"argv": [
3+
"/global/common/software/lsst/common/miniconda/kernels/desc-forecasts.sh",
4+
"-f",
5+
"{connection_file}"
6+
],
7+
"display_name": "desc-forecasts",
8+
"language": "python"
9+
}
10+

0 commit comments

Comments
 (0)