Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 550 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 550 Bytes

🍷 Wine dataset exploration

The code, plots, and explanations are bundled together as a Jupyter notebook.

Only python and pip are required to run the instructions below.

1. Prepare the environment

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

2a. Interactively run the notebook

jupyter notebook wine.ipynb

2b. Generate the report

jupyter nbconvert --to html wine.ipynb

This will generate the HTML report, which can be viewed in any browser or converted to PDF.