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

ipywidgets should implement _repr_mimebundle #2950

Open
joequant opened this issue Aug 18, 2020 · 1 comment
Open

ipywidgets should implement _repr_mimebundle #2950

joequant opened this issue Aug 18, 2020 · 1 comment

Comments

@joequant
Copy link

This is an issue related to Calysto/metakernel#207

Right now ipywidgets does not work with metakernel. There is a patch in Calysto/metakernel#207 that fixes the problem but it involves copying code that is in _ipython_display(). Would be useful to create a _repr_mimebundle that generates the mime for a widget so that metakernel can process it through its own display system.

@jasongrout
Copy link
Member

We implement _repr_mimebundle in master (see #2021), which hasn't been released yet in ipywidgets 8.

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

No branches or pull requests

2 participants