Published
Edited
Aug 19, 2020
1 star
Insert cell
Insert cell
viewof toggle = html`<button>ON</button>`
Insert cell
mutable on = true
Insert cell
{
if (on) {
viewof toggle.innerHTML = "OFF"
}
else {
viewof toggle.innerHTML = "ON"
}
}
Insert cell
{
toggle;
mutable on = ! mutable on;
}
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