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

Ensure widgets using IPyWidget 8.0 get rendered #9524

Merged
merged 1 commit into from
Mar 29, 2022
Merged

Conversation

DonJayamanne
Copy link
Contributor

For #8552

@DonJayamanne DonJayamanne requested a review from a team as a code owner March 29, 2022 19:29
if (!jupyterLab.KernelMessage.isDisplayDataMsg(payload)) {
if (
!jupyterLab.KernelMessage.isDisplayDataMsg(payload) &&
!jupyterLab.KernelMessage.isExecuteResultMsg(payload)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Slight change in their widget protocol, now execute results contain the widget output for rendering

@DonJayamanne DonJayamanne merged commit d6b5e89 into main Mar 29, 2022
@DonJayamanne DonJayamanne deleted the issue8552 branch March 29, 2022 20:45
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.

3 participants