Export panel app as HTML and use it as email body

Hello everyone… I was trying to export my Panel app using

app.save("test_basic.html", resources=INLINE)

My intention is to put the html in the body of an automated email am constructing, but not sure if because I am using tabulator extension and getting in my html the CDN for tabulator could make the html to do not render in my email. I am using MIME_type=“html” in my email code… In case I want to also include the CDN for tabulator in the html how can I do that? could be the reason why my email is not rendering the body?

1 Like