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

Add support for a few mimetimes from display_data messages (text/plain, text/html, image/png). #403

Closed
wants to merge 1 commit into from

Conversation

teeler
Copy link

@teeler teeler commented Sep 6, 2024

Augments the receiving function from the kernel with logic to capture display_data messages and formatting code to handle a few mimetypes for displaying data.

This partially fixes #402 but is not comprehensive with respect to the complete set of types that IPython handles (see https://ipython.readthedocs.io/en/stable/config/integrating.html)

Note this change is currently amending to 2.5.2 because that's the version I'm using but I think this can be easily fixed at HEAD as well.

@teeler teeler closed this by deleting the head repository Sep 10, 2024
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.

Add support for display_data messages in HTTP outputs
1 participant