As reported in https://github.com/plotly/orca/issues/164, the current policy of retrying the first image export for up to 8 seconds is not always sufficient.
Lets increase this to 30 seconds to be on the safe side.
In the meantime, see workaround in https://github.com/plotly/orca/issues/164#issuecomment-444454487
I run into timeout issues when creating a scatter plot with 2^20 points. The following doesn't help:
plotly.io.orca.ensure_server()
time.sleep(10)
Any other suggestions?
Most helpful comment
I run into timeout issues when creating a scatter plot with 2^20 points. The following doesn't help:
Any other suggestions?