python plotly安装
时间: 2023-11-09 11:01:51 浏览: 205
python plotly 包
5星 · 资源好评率100%
您可以使用以下命令在Python中安装Plotly:
```
pip install plotly
```
如果您使用Jupyter Notebook,则还需要运行以下命令:
```
!pip install plotly
```
请注意,Plotly需要在您的计算机上安装JavaScript运行时环境。如果您没有安装,请先安装Node.js。
阅读全文