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

Make the widget renderer higher priority in JupyterLab #3579

Merged
merged 1 commit into from
Aug 30, 2022

Conversation

jasongrout
Copy link
Member

The widget renderer should take precedence over the core jlab json renderer. However, the json renderer is priority 0, so we lose (since our id is also sorted after the json renderer id). This bumps up our priority to be higher priority than the json renderer.

Fixes #3576

The widget renderer should take precedence over the core jlab json renderer. However, the json renderer is priority 0, so we lose (since our id is also sorted after the json renderer id). This bumps up our priority to be higher priority than the json renderer.

Fixes jupyter-widgets#3576
@jasongrout jasongrout added this to the 8.0 milestone Aug 29, 2022
@github-actions
Copy link

Binder 👈 Launch a binder notebook on branch jasongrout/ipywidgets/priority

@jasongrout jasongrout modified the milestones: 8.0, 8.0.x Aug 30, 2022
@vidartf vidartf merged commit 90e6be0 into jupyter-widgets:master Aug 30, 2022
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.

_repr_json_ favored over widget output in notebooks with ipywidgets v8.0.1
2 participants