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 handling metadata in _formatter #174

Merged
merged 1 commit into from
Sep 22, 2018

Conversation

ccordoba12
Copy link
Contributor

We're using Image objects from IPython.core.display to create a simple inline backend for Matplotlib in our kernel, and we're passing them some metadata.

This case was handled incorrectly by Metakernel because repr_png/jpeg of Image's is a tuple of the form (data, metadata) instead of a single string.

@ccordoba12
Copy link
Contributor Author

@blink1073, @dsblank, another one for you.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.05%) to 75.693% when pulling 99fb502 on ccordoba12:fix_handling_metadata into 18180f6 on Calysto:master.

@dsblank
Copy link
Member

dsblank commented Sep 22, 2018

Excellent! Thanks!

@ccordoba12 ccordoba12 deleted the fix_handling_metadata branch September 22, 2018 00:32
@blink1073
Copy link
Contributor

Nice!

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.

4 participants