https://github.com/jnywong/simple-dash
Simple data viz with plotly dash
https://github.com/jnywong/simple-dash
Last synced: about 2 months ago
JSON representation
Simple data viz with plotly dash
- Host: GitHub
- URL: https://github.com/jnywong/simple-dash
- Owner: jnywong
- License: gpl-3.0
- Created: 2022-07-07T08:29:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T13:28:42.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T14:18:32.983Z (4 months ago)
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-dash
Simple data viz with plotly dash## Description
Visualise data with plotly and build a dash app for interactive filtering.
## Getting Started
### Dependencies
* Python
* [Plotly](https://plotly.com/)
* Dash### Installing
* [GitHub](https://github.com/jnywong/simple-dash)
### Executing program
* Run the program using
```
python app.py output_dir
```## Authors
* [Jenny Wong](https://github.com/jnywong)
## License
This project is licensed under the GNU General Public License v3.0 License - see the LICENSE file for details
## Acknowledgments
* [SERENE](https://uobserene.com/)