You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first plot is not showing in vscode interactive window, using the "notebook_connected" renderer.
I'm using the following code (note the # %% is used to enable vscode interactive window):
The first plot is not showing in vscode interactive window, using the "notebook_connected" renderer.
I'm using the following code (note the
# %%
is used to enable vscode interactive window):And the result:
I toggled the dev tool and found a suspicious network error as the following, note the failed request does not have the ".js" suffix.
Additionally, I tried exporting it to HTML (I'm testing the problem in #5068 ), and the HTML works fine, all plots are showing.
The text was updated successfully, but these errors were encountered: