-
-
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
Default to go.FigureWidget in notebooks #4839
Comments
I am curious if using AnyWidget gives us more control over the version of Plotly.js we bundle, which possibly means we could use this strategy to fix #4827 |
One downside is that plotly.py/packages/python/plotly/plotly/basewidget.py Lines 786 to 800 in 31b3ad8
|
@slishak-PX Thank you for that comment! That's really helpful to know. |
Another potential problem with this approach is that Not insurmountable though! |
the
FigureWidget
class has more features than theFigure
class without any major downsides (that we know of?) - we should consider defaulting to using the widget. One thought is that we could default to using it ifanywidget
is already installed.The text was updated successfully, but these errors were encountered: