plotly / orca

Command line application for generating static images of interactive plotly charts
MIT License
295 stars 39 forks source link

Can plotly.io.to_image used inside a docker container? #150

Closed WurtzJd closed 3 years ago

WurtzJd commented 5 years ago

When using plotly.io.to_image inside a docker container I get : "When used on Linux, orca requires an X11 display server, but none was detected. Please install X11, or configure your system with Xvfb."

I tried adding apt-get install -y x11-apps but it does not help.

Cheers

nicolaskruchten commented 3 years ago

That seems a bit aggressive to me... maybe there are some folks who got Orca accepted by IT at great effort and haven't switched and just haven't told us about it. But we can probably shuffle the logic around to make it even less available i.e it's Kaleido and Kaleido messages unless you have Orca installed and not Kaleido, and even then, all the Orca messages say "instead of fixing this, try Kaleido!" ?

vanshikaa2498 commented 3 years ago

@jonmmease Is there any appImage we can wget for arm processor?