Is it possible to embed a collection (thumbnails) in a notebook, so it is automatically updated?
I would like to achieve something like this: https://observablehq.com/@d3/gallery but instead of hard coding all the notebook references, specify a single Collection reference.
Hi @austingoudge! Unfortunately no, embedding collections is not something we currently support.
However, one could build a hacky workaround using our internal API - whipped up a little example here. It will only work for public collections, and the API isnât intended to be used that way so we canât guarantee its stability - but hopefully this might be helpful for your use case.
In any case weâll take this into account as a feature we might want to support down the line. Thanks a lot for raising the question, and let me know if you have any questions about the hacky example!