I am working on making themed graphs and I came across the attractive Plotly / Cufflinks package.
My requirements specify that the output needs to be first stored and then embedded in output emails. Earlier I had stored Matplotlib graphs as PNG files and then embedded them. I can see how I can do the same with iplots here, but if I had to really take advantage of all the functionalities of my plot (the click/ zooms /hovers)... how would you suggest I go about producing it in my emails?
Some sample code, to see the kind of iplots would be:
> df1.iplot(kind='line', xTitle='x title', yTitle='y title',
> theme='henanigans', asImage=True)