Erik Janežič

Results 1 issues of Erik Janežič

In my program I pass a pandas dataframes to a `multiprocessing.Pool` of workers. Each worker then creates a plotly figure and stores it on disk via `fig.write_image("img_name")`. If I use...