Two notebooks covering the material in the second python lab and the berkleydb lab
- Concepts are covered in concepts.ipynb
- The working example is in code_example.ipynb
- Berkleydb material in berkleydb.ipynb
Notebooks can be viewed statically in github.
If the notebooks are not rendering in github, go to https://nbviewer.jupyter.org/ and copy the url of the notebook (links below may work):
- Concepts: https://nbviewer.jupyter.org/github/imilas/291PyLab/blob/master/concepts.ipynb
- Code Example: https://nbviewer.jupyter.org/github/imilas/291PyLab/blob/master/code_example.ipynb
To dynamically view and modify the notebooks:
- Download code
- Install jupyter-notebook
- Start the jupyter server and navigate to the given localhost path(browser might open automatically)
- Open the desired notebook in the jupyter UI