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

FIX: displaying a widget without a view should only have text/plain in the mimebundle #2338

Merged
merged 2 commits into from
Apr 23, 2019

Conversation

maartenbreddels
Copy link
Member

@maartenbreddels maartenbreddels commented Mar 6, 2019

The current ipython_display always adds the 'application/vnd.jupyter.widget-view+json' mimetype to the mimebundle, that causes nothing to show for non-dom/view widgets:
image

The expected output is:

image

Related PR #2021
Reported in jupyter-widgets-contrib/ipysheet#7

@SylvainCorlay
Copy link
Member

Discussed in person.

@SylvainCorlay SylvainCorlay merged commit 42c1da6 into jupyter-widgets:master Apr 23, 2019
@jasongrout jasongrout added this to the 7.5 milestone Jul 29, 2019
@lock lock bot added the resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label May 21, 2020
@lock lock bot locked as resolved and limited conversation to collaborators May 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants