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

Add new package for BrainScaleS to the JupyterLab kernel

parent f5f0830c
No related branches found
No related tags found
No related merge requests found
Pipeline #11003 failed with stage
in 13 minutes and 8 seconds
...@@ -21,7 +21,7 @@ set -euxo pipefail ...@@ -21,7 +21,7 @@ set -euxo pipefail
EOF EOF
# load here all tools # 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 #spack env activate $SPACKIFIED_ENV --sh >> $LAB_KERNEL_PATH/bin/env.sh
# end of env creation # end of env creation
......
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