The code, plots, and explanations are bundled together as a Jupyter notebook.
Only python and pip are required to run the instructions below.
python3 -m venv env
source env/bin/activate
pip install -r requirements.txtjupyter notebook wine.ipynbjupyter nbconvert --to html wine.ipynbThis will generate the HTML report, which can be viewed in any browser or converted to PDF.