Yes, this is possible. You could use the html.Img
component, fill out the src
key with a base64 encoded version of the matplotlib plot. There is an example here: https://github.com/4QuantOSS/DashIntro/blob/master/notebooks/Tutorial.ipynb, which was shared in the Dash community forum here: Can I run dash app in jupyter.
1 Like