Skip to content

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

Merged
consideRatio merged 1 commit into
dask:mainfrom
Kirill888:main
Jan 10, 2023
Merged

client: fix failure to display widget with ipywidgets 8#672
consideRatio merged 1 commit into
dask:mainfrom
Kirill888:main

Conversation

@Kirill888

Copy link
Copy Markdown
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
Copy Markdown
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