Wiki source code of CodeJam #10: Building a tool with a notebook
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | (% class="jumbotron" %) |
2 | ((( | ||
3 | (% class="container" %) | ||
4 | ((( | ||
![]() |
5.1 | 5 | = Building a Tool With a Notebook = |
![]() |
1.1 | 6 | |
![]() |
5.1 | 7 | |
![]() |
1.1 | 8 | ))) |
9 | ))) | ||
10 | |||
11 | (% class="row" %) | ||
12 | ((( | ||
13 | (% class="col-xs-12 col-sm-8" %) | ||
14 | ((( | ||
![]() |
7.1 | 15 | == Before you start == |
![]() |
1.1 | 16 | |
![]() |
6.1 | 17 | Open the [[Drive>>Drive]] on the left. |
![]() |
1.1 | 18 | |
19 | |||
![]() |
7.1 | 20 | == Exploring a notebook == |
![]() |
5.1 | 21 | |
![]() |
7.1 | 22 | Start here: [[https:~~/~~/jupyterhub-preview.apps-dev.eu/hub>>https://jupyterhub-preview.apps-dev.eu/hub]] |
23 | |||
![]() |
7.2 | 24 | We'll learn a few simple things: |
![]() |
7.1 | 25 | |
![]() |
7.2 | 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 | |||
![]() |
7.1 | 43 | == Creating an app == |
44 | |||
![]() |
7.2 | 45 | |
46 | Start here | ||
47 | |||
![]() |
5.1 | 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 | |||
![]() |
1.1 | 52 | ))) |
53 | |||
54 | |||
55 | (% class="col-xs-12 col-sm-4" %) | ||
56 | ((( | ||
57 | {{box title="**Contents**"}} | ||
58 | {{toc/}} | ||
59 | {{/box}} | ||
60 | |||
61 | |||
62 | ))) | ||
63 | ))) |