Hi, I am new to using Plotly. So far, it seems like a great tool!
I am using Plotly Express to plot 3D scatter plots in a browser tab. However, sometimes, when I run my script, an empty browser tab opens and freezes for about a minute, after which the program terminates silently.
After retrying a couple of times, everything works as expected, and a browser tab with my plot is opened. From this moment on I can usually plot the
I am doing nothing special, just creating a dataframe and plotting it using px.scatter_3d() and px.show().
The problem seems to occur on both, Edge and Chrome.
Is this normal behaviour for Plotly Express and is there a simple way to solve it? Otherwise, is there some other way to quickly show plots which does not have this problem?