Public
Edited
Mar 1, 2023
Comments locked
Insert cell
Insert cell
{
while (true) {
await Promises.delay(1000);
yield new Date().toString();
}
}
Insert cell
Fahrenheit = (9 / 5) * celsius + 32
Insert cell
mutable celsius = html`<input type="range" min=-100 max=100 />`
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