【6】网络与网页-5-可视化交互--dash
一、安装:
pip install dash==0.28.1 --user
pip install dash-html-components==0.13.2 --user
pip install dash-core-components==0.30.2 --user
二、使用说明
https://dash.plot.ly/ (很赞的官网说明书,看完就可以上手)
几个组件库的说明:
- Dash Core Components : https://github.com/plotly/dash-core-components/tree/master/dash_core_components
- Dash HTML Components: https://github.com/plotly/dash-html-components/tree/master/dash_html_components
参考资料
