Published
Edited
Oct 15, 2021
1 fork
4 stars
Insert cell
Insert cell
Insert cell
viewof mute = Inputs.toggle({label: "Mute", value: true})
Insert cell
mute
Insert cell
Insert cell
viewof binary = Inputs.toggle({label: "Binary", values: [1, 0]})
Insert cell
binary
Insert cell
Insert cell
viewof fancy = Inputs.toggle({label: html`<b>Fancy</b>`})
Insert cell
fancy
Insert cell
Insert cell
viewof frozen = Inputs.toggle({label: "Frozen", value: true, disabled: true})
Insert cell
frozen
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