Plotly dash with multiprocessing queue

Hello @alejandrosando,

What you could do, is first, see if using px.scatter will work quicker than trying to convert those columns to numpy arrays each time.

If that doesnt speed you up enough, you could pass the data separately and then use a clientside callback to update that end.

Something like this may help you: