We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b570d88 + ca1c712 commit aacfaa4Copy full SHA for aacfaa4
2 files changed
jupyter-kernels/desc-forecasts/desc-forecasts.sh
@@ -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
jupyter-kernels/desc-forecasts/kernel.json
@@ -0,0 +1,10 @@
+{
+ "argv": [
+ "/global/common/software/lsst/common/miniconda/kernels/desc-forecasts.sh",
+ "-f",
+ "{connection_file}"
+ ],
+ "display_name": "desc-forecasts",
+ "language": "python"
+}
10
0 commit comments