From d75cbbb4cac500dbadf7fd4839529fed981ae8df Mon Sep 17 00:00:00 2001
From: Athanasios Karmas <karmas@athenarc.gr>
Date: Thu, 9 Sep 2021 15:24:13 +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 107437bd..7f3c2dfd 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 nest@3.0 py-ipykernel %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 %gcc@10.3.0 >> $CONF_PATH/bin/env.sh
 
 # end of env creation
 cat <<EOF >>$CONF_PATH/bin/env.sh
-- 
GitLab