Changes for page Elephant Tutorials

Last modified by denker on 2025/04/09 07:02

From version 13.1
edited by denker
on 2021/02/01 18:27
Change comment: There is no comment for this version
To version 14.1
edited by denker
on 2021/02/01 18:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -22,13 +22,15 @@
22 22  
23 23  == Access to the tutorials ==
24 24  
25 -To access the tutorials, check out the drive space of this Collab. Video are available for download in the (% style="color:#f39c12" %)videos(%%) section, whereas the corresponding Jupyter notebooks are available in the (% style="color:#f39c12" %)notebooks(%%) folder. Notebooks can either be run directly on the EBRAINS Collaboratory (currently limited to HBP affiliated members), or downloaded and run locally. For local execution, please use the provided (% style="color:#f39c12" %)requirements.txt(%%) file to generate an appropriate Python environment.
25 +To access the tutorials, check out the drive space of this collab. Video are available for download in the (% style="color:#f39c12" %)videos(%%) section, whereas the corresponding Jupyter notebooks are available in the (% style="color:#f39c12" %)notebooks(%%) folder. Notebooks can either be run directly on the EBRAINS Collaboratory's JupyterLab service (currently limited to HBP-affiliated members), or downloaded and run locally. For local execution, please use the provided (% style="color:#f39c12" %)requirements.txt(%%) file to generate an appropriate Python environment.
26 26  
27 27  === Execution on the EBRAINS Collaboratory ===
28 28  
29 29  * Open the EBRAINS lab by selecting the corresponding (% style="color:#f39c12" %)Lab(%%) menu entry on the left.
30 -//Please note: Jupyterlab functionality is currently in beta and not yet available to non-HBP-affiliated Collaboratory users. Please check back in the near future.//
31 -* In the lab, navigate to a particular notebook and open and execute it. To save changes you may want to make, please create a copy of the notebook in a Collab of your own (i.e., where you have write permissions).
30 +//Please note: JupyterLab functionality is currently in beta and not yet available to non-HBP-affiliated Collaboratory users. Please check back in the near future.//
31 +* In the lab, navigate to a particular notebook and open and execute it.
32 +** Please note that in some instances, you may need to restart the kernel for the notebooks to run (e.g., when new packages are installed by the notebook, or in case of low memory).
33 +** To save changes you may want to make to a notebook, please create a copy of the notebook in a collab of your own (i.e., a collab where you have write permissions).
32 32  
33 33  === Local execution ===
34 34