Open AmingWu opened 5 years ago
When I run your code, there is an error. The plotly.plotly module is deprecated, please install the chart-studio package and use the chart_studio.plotly module instead.
Apparently, this error appears with Plotly version 4. I fixed it by downgrading to 3.10.0.
pip3 install plotly==3.10.0
When I run your code, there is an error. The plotly.plotly module is deprecated, please install the chart-studio package and use the chart_studio.plotly module instead.