Public
Edited
Mar 31, 2023
2 stars
Insert cell
Insert cell
viewof parameter = {
const D = _.debounce((f) => ((mutable debounced = f.value), true), delay);
return Inputs.text({ label: "a parameter", validate: (f) => (D(f), true) });
}
Insert cell
mutable debounced = null
Insert cell
parameter
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