Closed
Description
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.
def plot_html(figure_or_data)
pass
class PlotServer(object):
#starts a simple python http server to serve the plotly js / html
def plot(figure_or_data, return_url=False, open_url=True):
pass
Metadata
Metadata
Assignees
Labels
No labels