Skip to content
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

Update the basewidget.py with the more recent ipywidgets8 compatible … #3922

Closed
wants to merge 1 commit into from
Closed

Update the basewidget.py with the more recent ipywidgets8 compatible … #3922

wants to merge 1 commit into from

Conversation

vikramaditya91
Copy link

@vikramaditya91 vikramaditya91 commented Oct 14, 2022

This PR fixes the issue #3686 which had made plotly incompatible with ipywidgets 8.

Confirmed that the FigureWidget is working on Python 3.8.x and ipywidgets 8 with this fix.

c.f. jupyter-widgets/ipywidgets#2021 and jupyter-widgets/ipywidgets#3552 (comment)

@abdelq
Copy link
Contributor

abdelq commented Oct 14, 2022

_repr_mimebundle_ is supposed to return something and keyword arguments are ignored...

I'm also working towards ipywidgets8 compatibility, and there is more to the update than that.

@vikramaditya91
Copy link
Author

Thanks for your feedback @abdelq .
True that is a very incomplete PR. Let me know if I can help you out with your PR

@abdelq
Copy link
Contributor

abdelq commented Oct 20, 2022

Just pushed #3930 if you want to have a look and test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants