What is the best way to embed a bokeh graph in the body of an email? I tried using MIMEWriter, but it sends it as an attachment. Additionally, I would prefer the graph to be interactive as it is in python with all the respective tools.
I don’t think this is possible. Bokeh generates plots by running actual JavaScript code to draw on an HTML canvas. I’d be surprised if many or any mail clients support running JavaScript:
What is the best way to embed a bokeh graph in the body of an email? I tried using MIMEWriter, but it sends it as an attachment. Additionally, I would prefer the graph to be interactive as it is in python with all the respective tools.
Thanks!
–
You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
On Tuesday, July 3, 2018 at 11:19:16 AM UTC-5, Bryan Van de ven wrote:
Hi,
I don’t think this is possible. Bokeh generates plots by running actual JavaScript code to draw on an HTML canvas. I’d be surprised if many or any mail clients support running JavaScript:
What is the best way to embed a bokeh graph in the body of an email? I tried using MIMEWriter, but it sends it as an attachment. Additionally, I would prefer the graph to be interactive as it is in python with all the respective tools.
Thanks!
–
You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].