Skip to content
Snippets Groups Projects
Commit d75cbbb4 authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

Update create_JupyterLab_kernel.sh

parent 048dacb6
No related branches found
No related tags found
No related merge requests found
Pipeline #8923 passed with stage
in 8 minutes and 28 seconds
...@@ -20,7 +20,7 @@ set -euxo pipefail ...@@ -20,7 +20,7 @@ set -euxo pipefail
EOF EOF
# load here all tools # 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 # end of env creation
cat <<EOF >>$CONF_PATH/bin/env.sh cat <<EOF >>$CONF_PATH/bin/env.sh
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment