Published
Edited
Aug 12, 2019
Importers
Insert cell
Insert cell
b = 67
Insert cell
a = 10
Insert cell
substract = b - a
Insert cell
funct = (a, b) => {
return Math.pow(a, 2) + b;
}
Insert cell
funct(2, 1)
Insert cell
theFunct = {
return funct(a, b);
}
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