-
Notifications
You must be signed in to change notification settings - Fork 949
Use _repr_mimebundle_ instead of _ipython_display_ message for initial display #1986
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
Conversation
(Test failures are expected, will fix if we decide to go this way) |
I wonder if there is a means to specify |
See #1811 (comment) - we can't do this just yet because of backwards compatibility. However, see #1811 (comment) for a workaround that might work until we can assume ipython 6.1. |
(fixed the description to match the code :). |
(And yes, I think we should definitely move to |
OK, I am working on the rich display mechanism for The |
Great! |
This won't work after all.
Likely in ipywidgets 8. |
This PR is superseded by #2021 |
I guess this is up to debate, but using the
execute_result
message instead ofdisplay_data
enables the display of the prompt number like for other types of outputs.cc @Carreau @jasongrout