Adding a matplotlib.axes._subplots.AxesSubplot to plotly since mpl_to_plotly() is deprecated

Hello, I am trying to insert a missingno matrix plot into plotly. When using their function, I obtain a plot of type: matplotlib.axes._subplots.AxesSubplot. Since the mpl_to_plotly() is deprecated, is there any other way to still input this figure? it does not have to be interactive, and I don’t want to save it to my computer or something like that.

The plot looks like this, so it is quite difficult to refrabricate that

Could you solve your problem? I’m kinda in the same situation