Public
Edited
Apr 12, 2023
Insert cell
Insert cell
Insert cell
viewof evenNumber = Inputs.text({
label: "Insert Even number",
validate: (d) => d.value % 2 === 0
})
Insert cell
evenNumber
Insert cell
Insert cell
viewof evenNumberAsync = Inputs.text({
label: "Insert Even number",
validate: async (d) => d.value % 2 === 0
})
Insert cell
evenNumberAsync
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