Open cailiang9 opened 5 years ago
When the plotting environment is not jupyter, e.g., web server end, we would like the df.iplot to return HTML string and render in the browser. Is there a way to just return HTML strings rather than calling display in iplot?
You can use iplot(asPlot=True)
iplot(asPlot=True)
That should open the plot in a browser
Thanks, but it's written into an html file with some unwanted tags. I want to embed it into a webserver such as bottlepy.
When the plotting environment is not jupyter, e.g., web server end, we would like the df.iplot to return HTML string and render in the browser. Is there a way to just return HTML strings rather than calling display in iplot?