Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dylanjcastillo/python-dataviz-cookbook

An interactive cookbook to create graphs with Python
https://github.com/dylanjcastillo/python-dataviz-cookbook

Last synced: 14 days ago
JSON representation

An interactive cookbook to create graphs with Python

Awesome Lists containing this project

README

        

# Python Data Viz Cookbook

An interactive cookbook to create graphs with Python

Check it out: [Python Data Viz Cookbook](https://dataviz.dylancastillo.co/)

## Development

1. Install [Node](https://nodejs.dev/en/learn/how-to-install-nodejs)
2. Install requirements using `npm install`
3. Run Tailwind CLI: `npx tailwindcss -i ./assets/css/style.css -o ./assets/built/style.css --watch --minify`
4. Run Webpack: `npm run build`

## Contributions

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.

## Attributions

Original dataset by [ichardddddd](https://github.com/szrlee).

## License

MIT