I am just beginning my Python journey and trying to replicate code from: Using Python and Auto ARIMA to Forecast Seasonal Time Series
When I attempt to run the following:
import plotly.plotly as ply
I receive the following import error:
The plotly.plotly module is deprecated, please install the chart-studio package and use the chart_studio.plotly module instead.
I have tried uninstalling and then reinstalling plotly into my Anaconda instance, but to no avail.