Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ysig/stream_graph_explorer
A prototype explorer for stream graphs, using dash.
https://github.com/ysig/stream_graph_explorer
Last synced: 27 days ago
JSON representation
A prototype explorer for stream graphs, using dash.
- Host: GitHub
- URL: https://github.com/ysig/stream_graph_explorer
- Owner: ysig
- Created: 2019-02-27T11:12:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T16:15:08.000Z (almost 6 years ago)
- Last Synced: 2024-10-05T21:06:34.848Z (3 months ago)
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
1. Add the 'user_user_time' file.
2. Install dependencies
pip install dash==0.35.1 # The core dash backend
pip install dash-html-components==0.13.4 # HTML components
pip install dash-core-components==0.42.1 # Supercharged components
pip install dash-table==3.1.11 # Interactive DataTable component (new!)
3. Run python service.py