Published
Edited
Feb 20, 2021
Insert cell
md`# Test1`
Insert cell
y = 100;
Insert cell
x = y + 5;
Insert cell
{
let sum = 0;
for (let i = 0; i < x; i++) {
sum += i;
}
return sum;
}
Insert cell
md`some **bold** text
`
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