Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 2.32 KB

README_zh.md

File metadata and controls

66 lines (47 loc) · 2.32 KB

PyWebIO 支持使用第三方库进行数据可视化

本项目展示了在 PyWebIO 中使用以下库进行数据可视化:

Charts Snapshot

Bokeh

bokeh demo

Plotly

plotly demo

Pyecharts

pyecharts demo

Cutecharts.py

cutecharts demo

Run Demo

启动demo

python3 run.py

重新构建demo

pip3 install -r requirements.txt -r requirements-dev.txt
git submodule update --init --recursive --depth=1
python3 pyecharts_demo/build_demos.py
python3 plotly_demo/build_demos.py
python3 bokeh_demo/build_demos.py