Skip to content

Allow configure orca to send requests to remote server #1570

Closed
@cooperok

Description

@cooperok

According to code static image export will work only if orca is installed on same server as plotly.py

server_url = 'http://{hostname}:{port}'.format(hostname='localhost', port=orca_state['port'])

But, there is an option to run orca as standalone server. Would be greate if param hostname can be specified in options same as port.

My case is that I have Google App Engine application, and it's problematic to install orca. So I want to set up standalone image server and still use plotly to get images like plotly.io.to_image(...)

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