Public
Edited
Jun 4, 2019
Importers
1 star
Insert cell
Insert cell
viewof things = selectable({
multiple: true,
options: [
{ value: 1, name: "something" },
{ value: 2, name: "other thing" },
{ value: 7, name: "thing" },
]
})
Insert cell
md`things: [${things.join(",")}]`
Insert cell
viewof thing = selectable({
multiple: false,
options: [
{ value: 1, name: "something" },
{ value: 2, name: "other thing" },
{ value: 7, name: "thing" },
]
})
Insert cell
md`thing: ${thing}`
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