This is the Python ODL reassessment library for 2023 to 2024. It consists of a small number of functions which you must use as part of your assignment.
Installing via ssh
pip install --upgrade git+ssh://[email protected]/UofGAnalytics/PythonODLReassessInternal2324
Installing via http
pip install --upgrade git+https://github.com/UofGAnalytics/PythonODLReassessInternal2324
On Google CoLab and Jupyter, you will need an ! before the pip install, and you may be prompted to restart your runtime after the install.
The documentation for this package can be found at this page.