Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Lists of displayables #3

Open
rgbkrk opened this issue Jun 8, 2017 · 2 comments
Open

Lists of displayables #3

rgbkrk opened this issue Jun 8, 2017 · 2 comments

Comments

@rgbkrk
Copy link
Member

rgbkrk commented Jun 8, 2017

Do you know what this is? It looks like a list. Wrong! It's a list.

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
]
@rgbkrk
Copy link
Member Author

rgbkrk commented Jun 8, 2017

Seems like we'd need a higher level mimetype that's a container. 🤔

application/jupyter-container+json

@Carreau
Copy link
Member

Carreau commented Jun 8, 2017

cc @mpacer who want something similar for subfigures.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants