You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to have two extra plotly.offline API entry points that return the rendered html for a given plot, and a second that rendered a given plot in a standalone local server.
defplot_html(figure_or_data)
passclassPlotServer(object):
#starts a simple python http server to serve the plotly js / htmldefplot(figure_or_data, return_url=False, open_url=True):
pass