Skip to content

Compatibility fix for ipywidgets 8+#609

Merged
consideRatio merged 1 commit intodask:mainfrom
viniciusdc:fix_607
Sep 24, 2022
Merged

Compatibility fix for ipywidgets 8+#609
consideRatio merged 1 commit intodask:mainfrom
viniciusdc:fix_607

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