Skip to content

client: fix failure to display widget with ipywidgets 8 #672

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
Jan 10, 2023

Conversation

Kirill888
Copy link
Contributor

Rather than calling widget._ipython_display_() use display(widget), this should support older and newer versions of ipywidget.

Closes #671

@consideRatio consideRatio changed the title Fix widget display #671 Fix failure to display widget with ipywidgets 8 Jan 10, 2023
@consideRatio consideRatio added bug Something isn't working codebase:dask-gateway labels Jan 10, 2023
@consideRatio consideRatio changed the title Fix failure to display widget with ipywidgets 8 client: fix failure to display widget with ipywidgets 8 Jan 10, 2023
@consideRatio consideRatio merged commit 1129e2c into dask:main Jan 10, 2023
@consideRatio
Copy link
Collaborator

Thank you @Kirill888!!! ❤️ 🎉 🌻

Kirill888 added a commit to Kirill888/dask-gateway that referenced this pull request Jan 23, 2023
This was missed in dask#672. After displaying options as a widget,
textual representation is also displayed.
consideRatio pushed a commit that referenced this pull request Feb 6, 2023
This was missed in #672. After displaying options as a widget,
textual representation is also displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working codebase:dask-gateway
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Widget display is missing for ipywidget>=8
2 participants