This is the Python ODL assessment library. 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/PythonODLAssessInternal
Installing via http
pip install --upgrade git+https://github.com/UofGAnalytics/PythonODLAssessInternal
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.