We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wouldn't it be neat if we could display a list of items (if small enough) as their rich repr version?
In[1]: [Image(), Image(), Image()] Out[1]: [ IMAGE, IMAGE, IMAGE ]
The text was updated successfully, but these errors were encountered:
Seems like we'd need a higher level mimetype that's a container. 🤔
application/jupyter-container+json
Sorry, something went wrong.
cc @mpacer who want something similar for subfigures.
No branches or pull requests
Wouldn't it be neat if we could display a list of items (if small enough) as their rich repr version?
The text was updated successfully, but these errors were encountered: