Leonardo Cristella
Leonardo Cristella
Solve ```Jupyter command `jupyter-notebook` not found``` by replacing ```pip install jupyterlab``` with ```pip install jupyterlab```.
#### PR description: Preliminary PR to access the magnetic field approximation in alpaka. No changes are expected in the output. Triggered by last bullet in https://docs.google.com/presentation/d/1WVF6F0CHImtcGzj-Pnyvo6nEBkTJokDsJx1JyxwLtJo/edit#slide=id.g2c0e7808fad_23_360
``` from kgforge.core import KnowledgeGraphForge config = "https://raw.githubusercontent.com/BlueBrain/nexus-forge/master/examples/notebooks/use-cases/prod-forge-nexus.yml" forge_1 = KnowledgeGraphForge(config, bucket="bbp/atlasdatasetrelease", token=TOKEN) forge_1._model.schema_id("CellComposition") 'https://neuroshapes.org/dash/cellcomposition' ``` but ``` forge_2 = KnowledgeGraphForge(config, bucket="bbp/atlas", token=TOKEN) forge_2._model.schema_id("CellComposition") Traceback (most recent call last): File...