When I try to import quantmod after installing it, I get several errors like -
"C:\ProgramData\Anaconda3\lib\site-packages\pandas_datareader\compat_init_.py:7: FutureWarning: pandas.util.testing is deprecated. Use the functions in the public API at pandas.testing instead.
from pandas.util.testing import assert_frame_equal"
ModuleNotFoundError: No module named 'quantmod.theming'
ImportError:
The plotly.plotly module is deprecated,
please install the chart-studio package and use the
chart_studio.plotly module instead.
I've almost tried every solution I got but it never worked. Is there any single person who has imported quantmod successfully in a jupyter notebook?