Changes for page Getting access
Last modified by kindler on 2025/08/22 17:02
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -18,13 +18,9 @@ 18 18 111. Start a "Terminal" via the icon in the "Launcher window" shown. This opens a terminal in the "/mnt/user/shared/NAME_OF_YOUR_COLLAB/" directory. This is a location on the EBRAINS "Drive". Files stored in this location are stored persistently= will still be there, when you open your Collab again some days later 19 19 (Note: If you use "File" > "New" > "Terminal" the opened terminal is in the directory "/opt/app-root/src". This location only exists while the Jupyter ("Lab") session is running and will be gone, when a new Lab session is started. Do not use this location, if you want to keep the files. To change into the persistent directory type "cd /mnt/user/shared/NAME_OF_YOUR_COLLAB" (without the " and the name of your your Collab instead of NAME_OF_YOUR_COLLAB) 20 20 111. fetch the files you would like to work with. 21 -E.g. for the BrainScaleS-2 interactive notebooks use the command in the terminal window:21 +E.g. for the BrainScaleS-2 interactive notebooks use: 22 22 //git clone https:~/~/github.com/electronicvisions/brainscales2-demos.git ~-~-branch jupyter-notebooks-experimental// 23 -The command clones the BrainScaleS interactive notebooks into a directory "brainscales2-demos". This directory appears then in the files list on the left hand side of the window. Double click it to enter the freshly cloned directory with tutorial notebooks. 24 -To see an overview, open the "tutorial.ipynb" 25 -\\For SpiNNaker examples 26 -1. Run your own neuromorphic simulations/emulations interactively via Jupyter notebook (link "LAB" in your Collab) directly in your browser (or via the "Job Manager") using your own [[PyNN>>url:http://neuralensemble.org/PyNN/]] described network and your own input data. 27 -To add the "Job Manager", if it is not in your Collab yet: Go to the start page of your Collab, click the "+ Create" button in the upper right hand corner, select "Community App" and type "Job Manager" in the "Title" field, then click "Create", then choose the "Neuromorphic Computing Job Manager" from the list of offered Apps and click "Save". Now a new link "Job Manager" is in the left hand menu of your Collab) 23 +1. Run your own neuromorphic simulations/emulations interactively via Jupyter notebook (link "LAB" in your Collab) directly in your browser (or via the "Job Manager" link in your new collab) using your own [[PyNN>>url:http://neuralensemble.org/PyNN/]] described network and your own input data 28 28 1. If anything fails: see the [[getting help page>>url:https://electronicvisions.github.io/hbp-sp9-guidebook/getting_help.html]] in the guidebook or use the [[support@ebrains.eu>>mailto:support@ebrains.eu]] email contact. 29 29 30 30 The documentation: [[HBP Neuromorphic Computing Platform Guidebook>>url:https://electronicvisions.github.io/hbp-sp9-guidebook/]] (and a direct link to the [[BrainScaleS interactive tutorials documentation>>https://electronicvisions.github.io/documentation-brainscales2/latest/brainscales2-demos/tutorial.html]]).