Published
Edited
May 20, 2022
1 star
Also listed in…
Tips and Utilities
Insert cell
Insert cell
Insert cell
Insert cell
data = {
let out = fetch("https://blockprotocol.org/api/blocks", {
headers: {
"content-type": "application/json",
"x-api-key": Secret("blockApiKey"),
},
})
.then((resp) => resp.json())
yield out
}
Insert cell
viewof table = Inputs.table(data.results)
Insert cell
Insert cell
screenShot20220520At102658Am = FileAttachment("Screen Shot 2022-05-20 at 10.26.58 AM.png").image()
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