Public
Edited
Jul 1, 2020
2 stars
Insert cell
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

Insert cell
Insert cell
Insert cell
{
map.getSource('insat')
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
function* range(n) {
for (let i = 0; i < n; ++i) {
yield i;
}
}
Insert cell
seq = {
for (const i of range(Infinity)) {
yield Promises.tick(1000, i % 6);
}
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
md`## Other source

https://www.rainviewer.com/
`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
districtWarningData
Insert cell
Insert cell
radarTimestamps = d3.json('https://api.rainviewer.com/public/maps.json')
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import { slider, radio } from "@jashkenas/inputs"
Insert cell
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