See the resources/assignment.pdf
for more information.
See the notebooks/assignment.ipynb
for the solutions and outputs.
The PDF report generated from the notebook can be found at docs/README.pdf
- Programming langauge: Python 3.10+ (IPython)
- Framework: Jupyter
pip install -Ur requirements.txt
python -m black --line-length 80 .
jupyter nbconvert --to webpdf --output README --output-dir docs/ notebooks/assignment.ipynb