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.txt
jupyter notebook wine.ipynb
jupyter nbconvert --to html wine.ipynb
This will generate the HTML report, which can be viewed in any browser or converted to PDF.