From c4a1609f76e84357c4e1de3a8a18e864f104e552 Mon Sep 17 00:00:00 2001 From: Athanasios Karmas <karmas@athenarc.gr> Date: Mon, 20 Sep 2021 07:40:42 +0000 Subject: [PATCH] Update create_JupyterLab_kernel.sh --- 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 7f3c2dfd..19369677 100644 --- a/create_JupyterLab_kernel.sh +++ b/create_JupyterLab_kernel.sh @@ -20,7 +20,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 %gcc@10.3.0 >> $CONF_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 %gcc@10.3.0 >> $CONF_PATH/bin/env.sh # end of env creation cat <<EOF >>$CONF_PATH/bin/env.sh -- GitLab