-
-
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
import plotly.graph_objects fails with ipywidget version is <= 7.0.0 #2264
Comments
Indeed, we don’t support anything below 7.2. |
Sorry, that’s actually 7.2 for classic Notebook and 7.5 for Jupyter Lab, according to our docs at https://plot.ly/python/getting-started/ |
Merged
🤦♂ sorry, I misread your issue. Importing should not fail, clearly :) |
Importing should not fail, clearly :)
Thanks, I was hesitating with replying that, wondering if I was being an A-hole. :)
|
Nope that was me ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
The problem is on line 100184 of plotly/graph_objs/init.py: the
__all__.append("FigureWidget")
that is a few lines below should be moved under the "if" clause.Given that it is generated code, I don't know how to fix it, so I won't send a pull request.
The text was updated successfully, but these errors were encountered: