Public
Edited
Aug 9, 2022
Importers
6 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof c1 = Inputs.bind(Inputs.text({ label: "c1" }), urlQueryFieldView("c1"))
Insert cell
c1
Insert cell
Insert cell
Insert cell
c2sideBind = {
Inputs.bind(viewof c2, urlQueryFieldView("c2"));
}
Insert cell
Insert cell
Insert cell
Insert cell
viewof json = urlQueryFieldView("json", { decode: JSON.parse })
Insert cell
json
Insert cell
Insert cell
viewof c3 = Inputs.bind(
Inputs.text({
label: "c3",
submit: true,
placeholder: "try something"
}),
urlQueryFieldView("c3", { write: true, hash: "c3" })
)
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