Public
Edited
Mar 26
1 fork
Insert cell
Insert cell
Insert cell
5+6
Insert cell
Insert cell
num = 1+4;
Insert cell
num*5
Insert cell
Insert cell
newNum = {
const a = 5;
const b = 6;
return a * b;
}
Insert cell
newNum *3
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
b = a * 2
Insert cell
a = 4
Insert cell
viewof range = Inputs.range([0, 100], {label: "Amount", step: 1})
Insert cell
Insert cell
viewof radius = Inputs.range([0, 100], {label: "Radius", step: 1})
Insert cell
radius
Insert cell
viewof color = Inputs.color({label: "Color", value: "#4682b4"})
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