I’m trying to implement a parallel processing exporting Plotly plots to PNGs using Kaleido. I’m exporting a large number of plots, and I would like to make it run as quickly as possible, so I’ve tried implementing it using parallel processing, but all my attempts so far failed, with Chromium (or Chrome) freezing.
Does anyone have a working solution they could share?