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

Update README.md Quickstart instructions to start a notebooks from the...

Update README.md Quickstart instructions to start a notebooks from the JupyterLab kernel made for spack installed software
parent 336d43c6
No related branches found
No related tags found
No related merge requests found
Pipeline #8538 canceled with stage
in 5 seconds
# ebrains-spack-builds
Build and distribute software with Spack
Build and distribute software tools with Spack for the EBRAINS Collaboratory Lab containers.
**Quickstart**
**Quickstart for Notebooks**
- Open a terminal at a running Collaboratory Lab Container and execute the following:
```
#update modulepath of JupterLab container to include spack arch modulefiles path
export MODULEPATH=$MODULEPATH:/srv/test-build/spack/share/spack/modules/linux-centos7-broadwell/
#start JupyterLab kernel made for spack
jupyter kernelspec install --user /srv/test-build/ebrains-spack-builds/spack_python_kernel_release_20210930/
```
- Then select File > New Launcher
- Open a new Notebook with the "EBRAINS_release_20210930" kernel
- Import the tools available with spack:
```
import nest
import arbor
import neuron
```
**Quickstart for terminal**
- Open a terminal at a running Collaboratory Lab Container and execute the following:
```
git clone https://gitlab.ebrains.eu/akarmas/ebrains-spack-builds.git
......
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