https://github.com/iwatake2222/bokeh_export_csv
https://github.com/iwatake2222/bokeh_export_csv
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iwatake2222/bokeh_export_csv
- Owner: iwatake2222
- Created: 2025-04-10T06:34:54.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-04-10T06:56:32.000Z (6 months ago)
- Last Synced: 2025-06-01T08:10:14.949Z (4 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bokeh_export_csv
Export CSV from graph html created by [Bokeh](https://bokeh.org/)
# Usage
```
python3 bokeh_export_csv.py graph.html
```# Note
Assuming that the graph html file is generated by `bokeh.plotting.save`