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
Using plotly==6.0.0, and rendering notebooks to html the plots do not work anymore. They just show up as blanks.
It seems there is a javascript issue, when I open web developer tools using plotly==6.0.0 I see the following javascript errors that are not present in the plotly==5.24.1 release.
Using plotly==6.0.0, and rendering notebooks to html the plots do not work anymore. They just show up as blanks.
It seems there is a javascript issue, when I open web developer tools using plotly==6.0.0 I see the following javascript errors that are not present in the plotly==5.24.1 release.
Uncaught TypeError: kP.select is not a function
The issue is also reported here: quarto-dev/quarto-cli#12061
The text was updated successfully, but these errors were encountered: