Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dylanjcastillo/python-dataviz-cookbook
- Owner: dylanjcastillo
- License: mit
- Created: 2022-09-07T12:20:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T09:01:32.000Z (about 2 years ago)
- Last Synced: 2024-11-06T16:44:05.509Z (about 1 month ago)
- Language: JavaScript
- Size: 3.72 MB
- Stars: 64
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-github-stars - dylanjcastillo/python-dataviz-cookbook - An interactive cookbook to create graphs with Python (JavaScript)
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