From 23f2e4b8038cd463a7b9cf7bba50ffea38984af7 Mon Sep 17 00:00:00 2001 From: mgrover1 Date: Thu, 30 Jun 2022 10:18:01 -0500 Subject: [PATCH] add kernel.json --- binder/kernel.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 binder/kernel.json diff --git a/binder/kernel.json b/binder/kernel.json new file mode 100644 index 00000000..c8168d15 --- /dev/null +++ b/binder/kernel.json @@ -0,0 +1,12 @@ +{ + "argv": [ + "/srv/conda/envs/notebook/bin/python", + "-m", + "ipykernel_launcher", + "-f", + "{connection_file}" + ], + "display_name": "Python 3", + "language": "python", + "env": {"LD_LIBRARY_PATH":":/srv/conda/envs/notebook/lib:/srv/conda/envs/notebook/hlhdf/lib:/srv/conda/envs/notebook/rave/lib:/srv/conda/envs/notebook/beamb/lib:/srv/conda/envs/notebook/bropo/lib:/srv/conda/envs/notebook/baltrad-wrwp/lib"} +} \ No newline at end of file