Published
Edited
Dec 4, 2019
Insert cell
Insert cell
Insert cell
{
let output = initialTexture;
for (let i = 0; i < 99; i++) {
output = kernel(output); // tricky tricky, output is now the input
}
return output.toArray();
}
Insert cell
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