Wiki source code of Git clone into a notebook

Version 8.1 by kindler on 2022/03/10 16:02

Hide last authors
kindler 5.1 1 To get e.g. the newest BrainScaleS-2 interactive tutorial examples from [[this github repository>>https://github.com/electronicvisions/brainscales2-demos.git --branch jupyter-notebooks]]:
2
3 * Open your "Lab" (left hand menu, choose CSCS as execution site for the Jupyter notebooks)
4 * create a folder, to which the examples should be cloned in the file browser (here e.g. "test")
5 [[image:1639578846465-641.png||height="171" width="185"]]
kindler 8.1 6 * Open a "terminal" from the Launcher
7
kindler 5.1 8 * (((
kindler 8.1 9 In the appearing window change into the directory, to where you would like to clone the examples files:
10
kindler 5.1 11 cd /opt/app-root/src/shared/NMC\ test\ collab\ for\ user\ YOUR_USERNAME
12 )))
13 * then type in the clone command:
14
15 {{{git clone https://github.com/electronicvisions/brainscales2-demos.git --branch jupyter-notebooks
16
17 }}}
kindler 6.1 18
kindler 5.1 19 * the cloned files are in the new directory brainscales2-demo
20 [[image:1639579556725-986.png||height="230" width="768"]]
kindler 7.1 21 * Note: to run the examples, please use "EBRAINS_release..." kernel ([[see the troubleshooting page>>https://wiki.ebrains.eu/bin/view/Collabs/neuromorphic/Troubleshooting/#HBrainScaleS-2interactivedemodoesnotworkwitherrormessage22ModuleNotFoundError%3ANomodulenamed27pynn_brainscales2722]] for how to change the kernel)