Public
Edited
Nov 9, 2023
Insert cell
Insert cell
log = []
Insert cell
function* addLog(list) {
let i = 0;
while (i < 10000000) {
list.push(i++);
yield list.slice(-1);
}
}
Insert cell
Generators.queue(worker(addLog, log))
Insert cell
log
Insert cell
import { worker } from "@fil/worker"
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