Published
Edited
Nov 22, 2021
Insert cell
Insert cell
Insert cell
function set(input, value) {
input.value = value;
input.dispatchEvent(new Event("input"));
}
Insert cell
Insert cell
viewof x = Inputs.range([0, 100], {step: 1})
Insert cell
Insert cell
x
Insert cell
Insert cell
viewof x
Insert cell
Insert cell
Insert cell
Inputs.bind(Inputs.range([0, 100]), viewof x)
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