I'm getting this error.
ERROR: cufflinks 0.17.3 has requirement plotly>=4.1.1, but you'll have plotly 3.10.0 which is incompatible.
Before I got this error, I got this error.
ImportError:
The plotly.plotly module is deprecated,
please install the chart-studio package and use the
chart_studio.plotly module instead.
Earlier today, I downgraded plotly from 4.1.1 to 3.10, to eliminate the second error, and that action is now causing the first error, mentioned above.
I am testing the code from the link below, just to get some insight into how to create interactive charts.
I'd appreciate any guidance anyone can offer.