嗨,我正尝试在GoogleColab上导入plotly
。
我使用了代码import plotly.plotly as py import plotly.graph_objs as go
,它返回
ImportError: The plotly.plotly module is deprecated, please install the chart-studio package and use the chart_studio.plotly module instead.
有人可以对此有所说明吗?谢谢。