 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 ] ```
Wouldn't it be neat if we could display a list of items (if small enough) as their rich repr version?