Published
Edited
Nov 23, 2018
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
answer = 8 * 6 + 12 / 3 - 10
Insert cell
question = "What is the meaning of life?"
Insert cell
Insert cell
{
let y = 0;
for (let i = 1; i <= 10; i=i+1) {
y += i;
}
return y;
}
Insert cell
function reply(q, a) {
return `${q} - ${a}`
}
Insert cell
reply(question, answer)
Insert cell
Insert cell
welcome = `hello ${world}`
Insert cell
world = "deep learning"
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