Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 353 Bytes

dash.md

File metadata and controls

16 lines (10 loc) · 353 Bytes

Dash

其实主要看官网: https://dash.plotly.com

环境搭建

  • 安装
pip install dash # 安装dash
pip install dash -i https://mirror.baidu.com/pypi/simple # 从百度源安装

pip install dash-bootstrap-components # 安装dash-bootstrap-components
pip install dash-bootstrap-components -i https://mirror.baidu.com/pypi/simple