Public
Edited
Sep 5, 2022
2 stars
Insert cell
Insert cell
GrowableUint8Array = import('https://cdn.skypack.dev/@fictivekin/growable-uint8-array@1.2.0?min').then(d => d.default)
Insert cell
A = new GrowableUint8Array(new Uint8Array(0), 2)
Insert cell
N = 3e7
Insert cell
{
for (let i=0; i < N; ++i) A.extend([i])
return A.unwrap()
}
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