Published
Edited
Dec 2, 2019
Insert cell
Insert cell
Insert cell
Insert cell
viewof canvas = {
const c = DOM.context2d(w, h);
c.canvas.value = c;
return c.canvas;
}
Insert cell
drawing = {
canvas.fillStyle = "purple";
canvas.fillRect(0, 0, w, h);
}
Insert cell
slider
Insert cell
import { slider, videoyt} from "@embracelife/tutorial-utilities"
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