简体   繁体   English

如何在Code Workbook中安装最新版本的库plotly.express?

[英]How to install the latest version of the library plotly.express in Code Workbook?

In Code Workbook, I would like to install the version 5.11.0 of the library plotly.express.在代码工作簿中,我想安装库 plotly.express 的 5.11.0 版。

I tried to install the version 5.11.0 of the library plotly.express in the section global code with this code:我尝试使用以下代码在全局代码部分安装库 plotly.express 的 5.11.0 版:

$ pip3 install plotly==5.11.0

but I got this error但我得到了这个错误

SyntaxError: invalid syntax语法错误:语法无效

try:尝试:

pip install --upgrade plotly

or或者

pip3 install --upgrade plotly

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM