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

817 Views Asked by At

In Code Workbook, I would like to install the version 5.11.0 of the library plotly.express.

I tried to install the version 5.11.0 of the library plotly.express in the section global code with this code:

$ pip3 install plotly==5.11.0

but I got this error

SyntaxError: invalid syntax

1

There are 1 best solutions below

3
On

try:

pip install --upgrade plotly

or

pip3 install --upgrade plotly