An interactive cookbook to create graphs with Python
Check it out: Python Data Viz Cookbook
- Install Node
- Install requirements using
npm install
- Run Tailwind CLI:
npx tailwindcss -i ./assets/css/style.css -o ./assets/built/style.css --watch --minify
- Run Webpack:
npm run build
If you have any ideas of new graphs to add, please feel to open an issue or (even better!) a pull request with your proposal.
Original dataset by ichardddddd.
MIT