Course Name: Python for Trading: Basic, Section No: 5, Unit No: 22, Unit type: Notebook
I found that the mpl_finance version has been deprecated and upgraded to a newer version of mplfinance which doesn't have the modules of candlestick_ohlc. I believe it is now a pure form of .plot() which needs to be called in.
URL: GitHub - matplotlib/mpl-finance: This package is DEPRECATED, replaced by https://github.com/matplotlib/mplfinance
One thing to note is that the exercise is not impeded by this shortcoming as the show() function is from bokeh.
Thank you for your feedback, Prasanna.
Yes, you are right that mpl_finance is deprecated and mplfinance is an upgraded version.
Since we are not using the mpl_finance library in plotting, we will remove the library to avoid confusion in the notebook.
Thank you Vibhu. Noted.