What’s the way to convert the dash components to raw HTML? I want to be able to send an email to a customer which contains a list of the dbc.Cards() components just the same way it’s seen in the browser.
I’ve seen a lot on converting raw html to dash, but how do you convert dash components to raw html?
I’m not fully sure about converting Dash to HTML and using it for external purposes but it seems there’s a “Download” component that allows you to download graphs as images: dash-extensions · PyPI
Truly curious if someone can try this technique with Card objects and see what happens!