| ... |
... |
@@ -54,17 +54,19 @@ |
| 54 |
54 |
|
| 55 |
55 |
11. then fetch the files you would like to work with. |
| 56 |
56 |
\\For the **BrainScaleS-2 interactive notebooks** use the command in the terminal window: |
| 57 |
|
-for the experimental version: //git clone https:~/~/github.com/electronicvisions/brainscales2-demos.git ~-~-branch jupyter-notebooks-experimental |
| 58 |
|
-for the stable version: git clone https:~/~/github.com/electronicvisions/brainscales2-demos.git ~-~-branch jupyter-notebooks// |
|
57 |
+\\for the stable version (i.e. for use with the EBRAINS-xxxx Juypter kernel): |
|
58 |
+//git clone https:~/~/github.com/electronicvisions/brainscales2-demos.git ~-~-branch jupyter-notebooks // |
|
59 |
+\\It is also possible to clone the latest ("experimental") version for use the the "Experimental" Jupyter kernel: |
|
60 |
+//git clone https:~/~/github.com/electronicvisions/brainscales2-demos.git ~-~-branch jupyter-notebooks-experimental// |
| 59 |
59 |
|
| 60 |
60 |
11. [[image:1752049987784-838.png]] |
| 61 |
61 |
\\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. |
| 62 |
|
-To see an overview, open the "tutorial.ipynb" |
|
64 |
+\\To see an overview, open the "tutorial.ipynb" |
| 63 |
63 |
[[image:1752050031198-600.png]] |
| 64 |
64 |
Run the notebooks of your choice... |
| 65 |
65 |
\\\\For **SpiNNaker** example notebooks use the command in the terminal window: |
| 66 |
|
-git clone [[https:~~/~~/github.com/SpiNNakerManchester/SpiNNakerJupyterExamples.git>>https://github.com/SpiNNakerManchester/SpiNNakerJupyterExamples.git]] |
| 67 |
|
-This creates the SpiNNakerJupyterExamples directory. |
|
68 |
+//git clone [[https:~~/~~/github.com/SpiNNakerManchester/SpiNNakerJupyterExamples.git>>https://github.com/SpiNNakerManchester/SpiNNakerJupyterExamples.git]]// |
|
69 |
+\\This creates the SpiNNakerJupyterExamples directory. |
| 68 |
68 |
First run the "Setup" notebook in the directory (choose the "EBRAINS-...." kernel, when asked), select "Run" > "Run all cells" |
| 69 |
69 |
Then your environment is prepared to run the examples (e.g. the 01.RuningPyNNSimulations"). |
| 70 |
70 |
Note: As Kernel (right hand corner of the title line of the notebook), please use the "EBRAINS-...." kernel, not the default iPython Kernel. Some modules will not be found with the default kernel. |