Public
Edited
Mar 2, 2023
Insert cell
Insert cell
x = 100 + 200
Insert cell
X is equal is to: ${x}

Y is equal to: **${y}**


Insert cell
y = 4000
Insert cell
x + y
Insert cell
moment = require("moment")
Insert cell
jan1st = moment("2023-01-01")
Insert cell
jan1st
Insert cell
function add2(a, b) {
return a + b;
}
Insert cell
add2(100, 200)
Insert cell
add2(4, 6)
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