FYI: Official Write-up
- A1.pdf | A1.ipynb
- A2.pdf | A2.ipynb
- B1.pdf | B1.ipynb
- B2.pdf | B2.ipynb
- 5.pdf | 5.ipynb
- 6.pdf | 6.ipynb
- 7.pdf | 7.ipynb
- 8.pdf
- 9.pdf
Dependencies
poetry
Install dependencies by poetry
and activate poetry
virtual environment
poetry install
poetry shell
If you want to build all files
./bin/convert.sh
Or a specific file
jupyter nbconvert --output-dir='./docs' --execute --to pdf <task>.ipynb