Published
Edited
Feb 3, 2021
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
demo_digits = {
let max_demo_digits = 314;
let demo_digits = this || 0;
while (true) {
if (demo_digits >= max_demo_digits) {
return max_demo_digits;
} else {
if (navigator.userAgent.match('HeadlessChrome')) {
return ++demo_digits;
} else {
yield Promises.delay(5, ++demo_digits);
}
}
}
}
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