Plotly not working in VScode- jupyter

My vs-code instance crashes if I use Plotly. The IDE becomes irresponsive if any plotly figure is shown/printed.
My Plotly version and VS-code version both are upgraded. (VS- version 1.91.1, OS: Windows_NT x64 10.0.22631)

Is there any way to tackle this issue?

I have exactly the same issue. I am using optuna in jupyter, and it uses plotly for plotting, so I’ve noticed, whenever something is plotted with plotly, all outputs of all cells disappear, and vscode becomes unresponsive, moreover even restarting vscode and reopening the notebook doesn’t fix it. Deleting the plotly cell fixes it

I have the same issue. I’m using a jupyter notebook on VScode. My cell with plotly goes through but nothing appear and the background become greyish and the result of the old cells disappear.

I’d like to display my plotly graph but I don’t know how to do ?