Skip to content

Clarify work with external server #1914

Closed
@dev-dsp

Description

@dev-dsp

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions