From 8ea60f6b1ccdaa37e379396b3c9d7c0f18da57ee Mon Sep 17 00:00:00 2001 From: Athanasios Karmas <karmas@athenarc.gr> Date: Tue, 21 Sep 2021 10:50:18 +0000 Subject: [PATCH] Add new package for BrainScaleS to the JupyterLab kernel --- create_JupyterLab_kernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_JupyterLab_kernel.sh b/create_JupyterLab_kernel.sh index f553a147..66a2e4da 100644 --- a/create_JupyterLab_kernel.sh +++ b/create_JupyterLab_kernel.sh @@ -21,7 +21,7 @@ set -euxo pipefail EOF # load here all tools -spack load --sh -r python@3.8.11 py-ipykernel py-pip py-numpy@1.21.0 py-scipy py-pandas py-seaborn py-matplotlib arbor nest@3.0 neuron py-pynn tvb-data tvb-library %gcc@10.3.0 >> $LAB_KERNEL_PATH/bin/env.sh +spack load --sh -r python@3.8.11 py-ipykernel py-pip py-numpy@1.21.0 py-scipy py-pandas py-seaborn py-matplotlib arbor nest@3.0 neuron py-pynn tvb-data tvb-library meta-brainscales %gcc@10.3.0 >> $LAB_KERNEL_PATH/bin/env.sh #spack env activate $SPACKIFIED_ENV --sh >> $LAB_KERNEL_PATH/bin/env.sh # end of env creation -- GitLab