Changes for page Git clone into a notebook
Last modified by kindler on 2023/04/06 14:54
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Git clone froma notebook1 +Git clone into a notebook - Content
-
... ... @@ -3,16 +3,22 @@ 3 3 * Open your "Lab" (left hand menu, choose CSCS as execution site for the Jupyter notebooks) 4 4 * create a folder, to which the examples should be cloned in the file browser (here e.g. "test") 5 5 [[image:1639578846465-641.png||height="171" width="185"]] 6 -* Open the Git > Git Commandin Terminal menuitem7 - [[image:1639579028389-249.png||height="139"width="419"]]6 +* Open a "terminal" from the Launcher 7 + 8 8 * ((( 9 -in the appearing terminal change into the directory, to where you would like to clone the examples files: 9 +In the appearing window change into the directory, to where you would like to clone the examples files: 10 + 10 10 cd /opt/app-root/src/shared/NMC\ test\ collab\ for\ user\ YOUR_USERNAME 11 11 ))) 12 12 * then type in the clone command: 13 13 14 14 {{{git clone https://github.com/electronicvisions/brainscales2-demos.git --branch jupyter-notebooks 15 - 16 16 }}} 17 + 18 +or, to get the latest experimental version: 19 + 20 +{{{git clone https://github.com/electronicvisions/brainscales2-demos.git --branch jupyter-notebooks-experimental}}} 21 + 17 17 * the cloned files are in the new directory brainscales2-demo 18 18 [[image:1639579556725-986.png||height="230" width="768"]] 24 +* 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)