Published
Edited
Mar 19, 2022
1 fork
Importers
5 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
images.cards[0]
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
reading = getCards({numCards: 4})
Insert cell
html`
<div>
${reading.map((itm,idx,arr)=>{
return html`<img src="${itm.imgURL}" style="height: 64px;" title="${itm.name}"/>`
})}
</div>`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
images = FileAttachment("tarot-images.json").json()
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more