Warning:  Due to planned infrastructure maintenance, the EBRAINS Wiki and EBRAINS Support system will be unavailable for up to three days starting Monday, 14 July. During this period, both services will be inaccessible, and any emails sent to the support address will not be received.

Attention: We are currently experiencing some issues with the EBRAINS Drive. Please bear with us as we fix this issue. We apologise for any inconvenience caused.


Last modified by villemai on 2022/05/23 22:23

From version 7.1
edited by villemai
on 2019/11/25 22:47
Change comment: There is no comment for this version
To version 7.2
edited by villemai
on 2019/11/25 23:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -21,9 +21,30 @@
21 21  
22 22  Start here: [[https:~~/~~/jupyterhub-preview.apps-dev.eu/hub>>https://jupyterhub-preview.apps-dev.eu/hub]]
23 23  
24 +We'll learn a few simple things:
24 24  
26 +* A few basic python functions
27 +* importing modules
28 +* reading and writing files
29 +* creating a function
30 +
31 +==== Follow up ====
32 +
33 +Learning Python
34 +
35 +* [[https:~~/~~/docs.python.org/3/tutorial/index.html>>https://docs.python.org/3/tutorial/index.html]] The official Python tutorial
36 +* [[https:~~/~~/docs.python-guide.org/intro/learning/>>https://docs.python-guide.org/intro/learning/]] A collection of learning resources
37 +
38 +The JupyterLab Interface
39 +
40 +* [[https:~~/~~/jupyterlab.readthedocs.io/en/stable/user/interface.html>>https://jupyterlab.readthedocs.io/en/stable/user/interface.html]]
41 +*
42 +
25 25  == Creating an app ==
26 26  
45 +
46 +Start here
47 +
27 27  You can open the notebook by navigating to: [[https:~~/~~/jupyterhub-preview.apps-dev.hbp.eu/hub/user-redirect/tree/drive/Shared%20with%20groups/codejam-10-building-a-tool-with-a-notebo/notebook.ipynb>>https://jupyterhub-preview.apps-dev.hbp.eu/hub/user-redirect/tree/drive/Shared%20with%20groups/codejam-10-building-a-tool-with-a-notebo/notebook.ipynb]]
28 28  
29 29