... |
... |
@@ -2,19 +2,27 @@ |
2 |
2 |
|
3 |
3 |
For a "quick start" without wait time for us to create a Collab for you we have these options: |
4 |
4 |
|
5 |
|
-=== A non-persistent "quick first look" === |
|
5 |
+=== A //non-persistent// "quick first look" === |
6 |
6 |
|
7 |
7 |
This method is **non-persistent **= whatever you change in the example notebooks **~*~*will be lost~*~*** when the session expires. |
8 |
8 |
|
9 |
|
-It is useful for a get-an-impression-fast: |
|
9 |
+It is useful for a get-an-impression-fast: |
10 |
10 |
|
11 |
|
-1. [[Access this URL>>https://lab.jsc.ebrains.eu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Felectronicvisions%2Fbrainscales2-demos.git&urlpath=lab%2Ftree%2Fbrainscales2-demos.git%2Ftutorial.ipynb&branch=jupyter-notebooks-experimental]]: this will start a lab session - if no "Lab session" was yet running for your user you will be asked, which container to start. Please choose the one marked "recommended". |
12 |
|
-1. Access the same URL again (if a lab session was already running for your user you only need to access the URL once) |
13 |
|
-This automatically clones the BrainScaleS example notebooks ([[from github>>https://github.com/electronicvisions/brainscales2-demos.git]]) into the now running lab session into a //non-persistent// location and opens the **tutorial index notebook**. |
|
11 |
+* For BrainScaleS: [[Access this URL>>https://lab.jsc.ebrains.eu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Felectronicvisions%2Fbrainscales2-demos.git&urlpath=lab%2Ftree%2Fbrainscales2-demos.git%2Ftutorial.ipynb&branch=jupyter-notebooks-experimental]] |
|
12 |
+This automatically clones the BrainScaleS example notebooks ([[from github>>https://github.com/electronicvisions/brainscales2-demos.git]]) into a lab session into a //non-persistent// location and opens the **tutorial index notebook**. |
14 |
14 |
You can also directly jump to e.g. the [[single neuron notebook>>https://lab.jsc.ebrains.eu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Felectronicvisions%2Fbrainscales2-demos.git&urlpath=lab%2Ftree%2Fbrainscales2-demos.git%2Fts_00-single_neuron.ipynb&branch=jupyter-notebooks-experimental]] or the [[learning with superspike notebook>>https://lab.jsc.ebrains.eu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Felectronicvisions%2Fbrainscales2-demos.git&urlpath=lab%2Ftree%2Fbrainscales2-demos.git%2Fts_01-superspike.ipynb&branch=jupyter-notebooks-experimental]]. |
15 |
15 |
To run the notebook cells use the "Run" menu item. To execute all cells of the notebook use the "Run > Run all" menu item in the Jupyter window. |
16 |
|
-\\ |
|
15 |
+ |
|
16 |
+* For SpiNNaker: [[Access this URL>>https://lab.jsc.ebrains.eu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FSpiNNakerManchester%2FSpiNNakerJupyterExamples.git&urlpath=lab%2Ftree%2FSpiNNakerJupyterExamples.git%2FSpiNNaker_Collab_synfire.ipynb&branch=main]] |
|
17 |
+This automatically clones an example notebook for running a "synfire chain" on SpiNNaker ([[from github>>https://github.com/SpiNNakerManchester]]) into a lab session into a //non-persistent// location and opens it. |
|
18 |
+To run the notebook cells use the "Run" menu item. To execute all cells of the notebook use the "Run > Run all" menu item in the Jupyter window. |
17 |
17 |
|
|
20 |
+Notes: |
|
21 |
+ |
|
22 |
+* if a fresh "lab session" is started for your user you will be asked, which container should be started. Please select the one marked "recommended". |
|
23 |
+* a "lab session" will be automatically terminated after some hours of inactivity. At that event the notebooks cloned via the access URL above will be deleted = any changes you entered will be lost = great for a quick "first look", but not so great for longer term research ... |
|
24 |
+To be able to keep changes, please use the method described below (with an own "Collab") |
|
25 |
+ |
18 |
18 |
=== Getting the example notebooks into an own Collab === |
19 |
19 |
|
20 |
20 |
This method allows you to also change the example notebooks and **keep the changes** |
... |
... |
@@ -22,11 +22,13 @@ |
22 |
22 |
1. create a new Collab for yourself: |
23 |
23 |
11. go to [[https:~~/~~/wiki.ebrains.eu/>>https://wiki.ebrains.eu/]] and click the "Log-in" link in the upper right hand corner, log in with your new EBRAINS account |
24 |
24 |
11. Click the "Collabs" link in the menu bar at the top of the window |
25 |
|
-11. Click the "Create a collab" green button and create a private Collab for yourself. The process re-directs you into the new Collab. |
|
33 |
+11. Click the "Create a collab" green button and create a private Collab for yourself. The process re-directs you into your own, new Collab. |
|
34 |
+ |
26 |
26 |
1. In your new Collab open the Lab and clone the files you want to work with: |
27 |
27 |
11. Click the "Lab" link in the left hand menu |
28 |
28 |
[[image:1752049786563-126.png]] |
29 |
|
-11. Select any of the "Lab Execution Site" offered, [[image:1752049824848-523.png]] |
|
38 |
+11. Select any of the "Lab Execution Site" offered, (e.g. Jülich) |
|
39 |
+[[image:1752049824848-523.png]] |
30 |
30 |
then select the "Official EBRAINS Docker image", click start. (Click "Launch Server", if you get a "Server not running" page) |
31 |
31 |
This will start a Jupyter Lab session (the "Lab") for you. |
32 |
32 |
|