Published
Edited
Jun 19, 2019
1 fork
Importers
11 stars
Insert cell
Insert cell
Insert cell
viewof first = slider({
min: 0,
max: 100,
step: 1,
value: params.first || 10,
})
Insert cell
viewof second = slider({
min: 0,
max: 100,
step: 1,
value: params.second || 20,
})
Insert cell
viewof third = html`<input value="${params.third || "hello!"}">`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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