-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plotly graphs not showing in html renders #5068
Labels
Comments
Using python 3.11.11, uv package manager
Click export to HTML in vscode, but happens via jupyter nbconvert in bash too |
Thanks @jjstrydom - I'll try to get someone to look at this in the upcoming work cycle. |
yusufuyanik1
added a commit
to pegasystems/pega-datascientist-tools
that referenced
this issue
Mar 14, 2025
revert remove-pyarrow until plotly/plotly.py#5068 is fixed
This is the same issue as #5012, and has been fixed in 6.0.1. |
fixed in 6.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: