Closed
Description
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
Labels
No labels