-
The Neuromorphic Platform Job Manager can already load many kinds of input - plain code, git, zip, ...
I would like to see it integrated with the rest of the collab infrastructure more closely.
In…
-
Reproduce the error:
```
git clone https://github.com/HumanBrainProject/neuroglancer-scripts
cd neuroglancer-scripts
python3 -m venv venv/
. venv/bin/activate
pip install neuroglancer-scripts
…
-
In the guidebook:
https://collab.humanbrainproject.eu/#/collab/1655/nav/18580
the validation use cases needs to be updated to the (currently) four cases in the brain simulation platform.
-
### Expected behavior
You can pass the userid or project that you want the job to be run on.
The problem is that for Julich infrastructure this is not possible.
If you go to https://collab.human…
-
### Expected behavior
After selecting and loading a model to the NAAS through:
https://collab.humanbrainproject.eu/#/collab/1655/nav/66854
when the upload button is clicked, a zip file is loa…
-
User documentation is missing from the guidebook; see here: https://collab.humanbrainproject.eu/#/collab/1655/nav/18580
-
### Expected behavior
notebook runs
### Actual Behavior
Looks the small change DID introduce an error:
Code error:
```
AttributeErrorTraceback (most recent call last)
in ()
2 …
-
In the notebook 'Cell Placement Hippocampus' a request is being made which is using a wrong hostname:
`
http://voxels-nip.nexus.apps.bbp.epfl.ch/api/analytics/atlas/download?uri=9B1F97DD-13B8-4FCF…
-
The Mouse Purkinje cell use case needs to be inserted into the brain simulation usecase.
To my understanding this use case should go to the 'Single Cell Building' use case.
The use case is to …
-
### Expected behavior
Instead of having the user edit the cell, there is a way to get the name of the user automatically:
```
from bbp_client.identity_service.client import Client as IC
ic …