CodeJam #10: Building a tool with a notebook
Last modified by villemai on 2022/05/23 22:23
Building a Tool With a Notebook
Before you start
Open the Drive on the left.
Exploring a notebook
Start here: https://jupyterhub-preview.apps-dev.hbp.eu/hub
We'll learn a few simple things:
- A few basic python functions
- importing modules
- reading and writing files
- creating a function
Extra information
Learning Python
- https://docs.python.org/3/tutorial/index.html The official Python tutorial
- https://docs.python-guide.org/intro/learning/ A collection of learning resources
The JupyterLab Interface
Creating an app
Start here:
https://jupyterhub-preview.apps-dev.hbp.eu/hub/user-redirect/lab/tree/drive/Shared%20with%20groups
Extra information:
Docs:
- https://ipywidgets.readthedocs.io/en/latest/
- https://requests.kennethreitz.org/en/master/
- https://tools.ietf.org/html/rfc6749 OAuth 2.0 protocol