Published unlisted
Edited
Oct 8, 2021
Insert cell
Insert cell
Insert cell
function set(input, value) {
input.value = value;
input.dispatchEvent(new Event("input"));
}
Insert cell
viewof x = Inputs.range([0, 100], {step: 1})
Insert cell
Inputs.bind(Inputs.range([0, 100]), viewof x)
Insert cell
Insert cell
viewof project = Inputs.select(["Project One", "Project Two"], {value: "Project Two", label: "Project"})
Insert cell
project
Insert cell
Inputs.bind(Inputs.select(["Project One", "Project Two"], {value: viewof project, label: "Project"}))
Insert cell
Inputs.bind(Inputs.select(["Project One", "Project Two"], {label: "Project"}), viewof project)
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