Published
Edited
Apr 25, 2020
1 fork
40 stars
Insert cell
Insert cell
{
button; // Wait for the start button to be clicked!
for (let i = 0; i < 100; ++i) {
yield i;
}
}
Insert cell
viewof button = html`<form>${Object.assign(html`<button type=button>Start`, {onclick: event => event.currentTarget.dispatchEvent(new CustomEvent("input", {bubbles: true}))})}`
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