Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/py-chemist/flask_bokeh_ajax
https://github.com/py-chemist/flask_bokeh_ajax
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/py-chemist/flask_bokeh_ajax
- Owner: py-chemist
- License: gpl-3.0
- Created: 2017-06-10T02:27:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-30T22:14:42.000Z (over 1 year ago)
- Last Synced: 2024-08-01T15:13:36.581Z (6 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 21
- Watchers: 5
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - flask_bokeh_ajax - (Python)
README
## flask_bokeh_ajax
A simple flask app that demonstrates several ways how to embed dynamic plots into your flask application via Ajax without bokeh server. It also shows how to stream data via AjaxDataSource.
### Installation
```pip install -r requirements.txt```
### Run
```python app.py```