Library for finance candlestick plot with tooltip feature

I have plotted a mplfinance candlestick plot and now I want to add tooltip feature to it which is not supported using mplfinance. I tried with mplcursors but it did not help.
Is there is any other library which can give me the same plot with the tooltip feature please help me with this, it will be great help.
I have provided my code and output : https://drive.google.com/drive/folders/10x2jbNzlq87MS5Py-aiUBPljca4eoBdb?usp=sharing
Thank you!

Hello and welcome !

I do not know if there is any library to do that using Matplotlib. But Bokeh can do it : https://bokeh.org/

Rgds.