Closed
Description
I started orca as shown here: https://github.com/plotly/orca#method-3-docker
So I got it on 9091 port on localhost accessible
I've installed plotly==4.3.0 with latest "feature" from #1850
Now, when running following code, I get two terminal screens of errors and cool stories about how to install that orca executable, which I actually should not have to keep in my host system when using orca server:
import plotly.io as pio
import plotly.graph_objects as go
pio.orca.config.server_url = "localhost"
pio.orca.config.port = 9091
pio.to_image(go.Figure())
Could you please clarify, how to use that new feature? since for now it is just useless without binary in PATH.
Metadata
Metadata
Assignees
Labels
No labels