ModuleNotFoundError: No module named ‘plotly.graph_objects‘

Some solutions on the Internet are:

from plotly import graph_objs as go

But nothing works.

solution:

pip install plotly
pip install cufflinks

Guess you like

Origin blog.csdn.net/nature1949/article/details/124415599