You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.