Changes for page CodeJam #10: Building a tool with a notebook
Last modified by villemai on 2022/05/23 22:23
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -12,20 +12,51 @@ 12 12 ((( 13 13 (% class="col-xs-12 col-sm-8" %) 14 14 ((( 15 -= Before you start = 15 +== Before you start == 16 16 17 -Open the Drive on the left. 17 +Open the [[Drive>>Drive]] on the left. 18 18 19 19 20 -= Links=20 +== Exploring a notebook == 21 21 22 - You can openthenotebook 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]]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 +==== Extra information ==== 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 +== Creating an app == 43 + 44 + 45 +Start here: 46 + 47 +[[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]] 48 + 49 +==== Extra information: ==== 50 + 51 +Docs: 52 + 53 +* [[https:~~/~~/ipywidgets.readthedocs.io/en/latest/>>https://ipywidgets.readthedocs.io/en/latest/]] 54 +* [[https:~~/~~/requests.kennethreitz.org/en/master/>>https://requests.kennethreitz.org/en/master/]] 55 +* [[https:~~/~~/tools.ietf.org/html/rfc6749>>https://tools.ietf.org/html/rfc6749]] OAuth 2.0 protocol 56 + 25 25 26 26 ))) 27 27 28 - 29 29 (% class="col-xs-12 col-sm-4" %) 30 30 ((( 31 31 {{box title="**Contents**"}}