-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Allow configure orca to send requests to remote server #1570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @cooperok, yes this is a great idea. I think we could probably add a |
For a quick-and-dirty workaround to specify a custom hostname, I found the following two possibilities.
With either of these techniques, I can set up docker-compose to run Jupyter + plotly.py, and orca. |
@jonmmease , Any chance you could review the PR on this? |
done in #1850 |
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(...)
The text was updated successfully, but these errors were encountered: