OpenSSL.SSL.SysCallError: (32, 'EPIPE') when creating traces with for loop

I am getting the above error when I try to add more than a certain number of traces. Guess Plotly is shutting stuff down. Any way to to avoid this? Thanks

Hi @roryspies,

How are you adding traces inside a for loop? Could you share a simple reproducible example? Adding traces to a figure with fig.add_trace shouldn’t result in any external communication with plotly’s servers.

-Jon