This repo contains a collection of jupyter notebooks and data extracts used to generate the following articles:
The article was also referenced in:
The data used in this project is extracted from the following sources:
Launch the notebooks in binder:
Move to the finnish line directory :)
cd the_finnish_line
Make sure you have conda installed and run:
conda env create -f environment.yml
or if you're using pip simply run:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt