Published
Edited
Dec 19, 2020
1 star
Insert cell
a = 1
Insert cell
b = a + 1
Insert cell
f = function(x) {
return x*x
}
Insert cell
r = f(1)
Insert cell
Insert cell
html`
<svg>
<circle cx="50" cy="50" r="${r}"/>
</svg>
`
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