Public
Edited
Apr 27, 2023
Insert cell
Insert cell
1 + 2
Insert cell
Insert cell
viewof myFavColor = Inputs.color({label: "Favorite color", value: "#4682b4"})
Insert cell
Insert cell
eightpzero={
let x=0;
let y=8;
let z=x+y;
return z
}
Insert cell
Insert cell
function greet(name){
return `Hello ${name}`
}
Insert cell
greet("mike");
Insert cell
console.log("hi")
Insert cell
{
for(let i=0; i<5; i++){
debugger;
console.log(i+": "+Date.now()+" ms")
}
}
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