You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems like a common thing that would need to be done either by javascript frontends or python HTML-serving ones. I haven't seen if theres any code available for reuse but am curious if there is any.
I'm happy to take a stab at implementing a bit of this - PR's OK?
The text was updated successfully, but these errors were encountered:
Problem
I'd like
IPython.display.display
to work for all the supported mime types.Repro:
Expected output:
Actual output:
Proposed Solution
I think adding a bit of code in the notebook handler that mimics what the notebook frontend does would be sufficient. Two places in particular
display_data
(and accumulate them appropriately)Additional context
This seems like a common thing that would need to be done either by javascript frontends or python HTML-serving ones. I haven't seen if theres any code available for reuse but am curious if there is any.
I'm happy to take a stab at implementing a bit of this - PR's OK?
The text was updated successfully, but these errors were encountered: