Public
Edited
May 31, 2023
Insert cell
Insert cell
viewof form = print(Inputs.form([
Inputs.text({ label: "text", name: "foobar", id: "baz", value: random })
]))
Insert cell
print = (v) => {
console.log(typeof v);
console.log(v);
return v;
}
Insert cell
random = () => 42
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