| ... |
... |
@@ -54,19 +54,17 @@ |
| 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 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// |
|
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// |
| 61 |
61 |
|
| 62 |
62 |
11. [[image:1752049987784-838.png]] |
| 63 |
63 |
\\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. |
| 64 |
|
-\\To see an overview, open the "tutorial.ipynb" |
|
62 |
+To see an overview, open the "tutorial.ipynb" |
| 65 |
65 |
[[image:1752050031198-600.png]] |
| 66 |
66 |
Run the notebooks of your choice... |
| 67 |
67 |
\\\\For **SpiNNaker** example notebooks use the command in the terminal window: |
| 68 |
|
-//git clone [[https:~~/~~/github.com/SpiNNakerManchester/SpiNNakerJupyterExamples.git>>https://github.com/SpiNNakerManchester/SpiNNakerJupyterExamples.git]]// |
| 69 |
|
-\\This creates the SpiNNakerJupyterExamples directory. |
|
66 |
+git clone [[https:~~/~~/github.com/SpiNNakerManchester/SpiNNakerJupyterExamples.git>>https://github.com/SpiNNakerManchester/SpiNNakerJupyterExamples.git]] |
|
67 |
+This creates the SpiNNakerJupyterExamples directory. |
| 70 |
70 |
First run the "Setup" notebook in the directory (choose the "EBRAINS-...." kernel, when asked), select "Run" > "Run all cells" |
| 71 |
71 |
Then your environment is prepared to run the examples (e.g. the 01.RuningPyNNSimulations"). |
| 72 |
72 |
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. |