Attention: The EBRAINS Buckets will be down today, the 17th of July 2025 , from 17.00 CEST for ~1 hour


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

From version 4.1
edited by villemai
on 2019/11/22 15:09
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
... ... @@ -2,9 +2,9 @@
2 2  (((
3 3  (% class="container" %)
4 4  (((
5 -= My Collab's Extended Title =
5 += Building a Tool With a Notebook =
6 6  
7 -My collab's subtitle
7 +
8 8  )))
9 9  )))
10 10  
... ... @@ -12,15 +12,43 @@
12 12  (((
13 13  (% class="col-xs-12 col-sm-8" %)
14 14  (((
15 -= What can I find here? =
15 +== Before you start ==
16 16  
17 -* Notice how the table of contents on the right
18 -* is automatically updated
19 -* to hold this page's headers
17 +Open the [[Drive>>Drive]] on the left.
20 20  
21 -= Who has access? =
22 22  
23 -Describe the audience of this collab.
20 +== Exploring a notebook ==
21 +
22 +Start here: [[https:~~/~~/jupyterhub-preview.apps-dev.eu/hub>>https://jupyterhub-preview.apps-dev.eu/hub]]
23 +
24 +We'll learn a few simple things:
25 +
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 +
43 +== Creating an app ==
44 +
45 +
46 +Start here
47 +
48 +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]]
49 +
50 +
51 +
24 24  )))
25 25  
26 26