Skip to content

Add offline plotting that doesn't depend on Ipython/Jupyter #353

Closed
@nzjrs

Description

@nzjrs

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions