Skip to content

Compatibility fix for ipywidgets 8+ #609

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

Merged
merged 1 commit into from
Sep 24, 2022
Merged

Conversation

viniciusdc
Copy link
Contributor

Fixes #607

After ipywidgets released their 8.0.0 version the _ipython_display_ method was renamed to _repr_mimebundle_, this handles the method's incompatibility by using an AttributeError exception.

Copy link
Collaborator

@consideRatio consideRatio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wiee thanks for effort to debug, resolve, and leave a relevant inline comment to ensure we can clean this up in the future.

@consideRatio consideRatio merged commit 9d0aba7 into dask:main Sep 24, 2022
@consideRatio consideRatio changed the title Add AttributeError exception for _ipython_display_ Compatibility fix for ipywidgets 8+ Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'VBox' object has no attribute '_ipython_display_'
2 participants