This project uses the Github REST API to fetch all v9 issues and generate charts for that data.
This project uses Poetry as package manager, so it needs to be preinstalled before running any command
Once you have Poetry installed, you can run:
poetry install
Enter a Poetry shell by running:
poetry shell
Start the Jupyter server by running:
poetry run jupyter notebook
You can find all charts in the Charts document.
All data sources are exported in csv
and xlsx
formats in the spreadsheets folder.