Published
Edited
Mar 5, 2020
Insert cell
Insert cell
Insert cell
Insert cell
x + 2
Insert cell
x = 3
Insert cell
Insert cell
html`x = ${x}`
Insert cell
Insert cell
Insert cell
// x = 3
Insert cell
md`But you can do it in blocks`
Insert cell
{
const x = 3;
return x;
}
Insert cell
Insert cell
({hello: "world"})
Insert cell
Insert cell
import { slider } from "@jashkenas/inputs"
Insert cell
Insert cell
viewof value = slider()
Insert cell
value
Insert cell
Insert cell
html`value = ${value + 2}`
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