Published
Edited
Jan 30, 2020
Insert cell
md`# Embedding Observable objects`
Insert cell
Insert cell
Insert cell
Insert cell
1+1
Insert cell
Insert cell
value = 12
Insert cell
Insert cell
calc = value+1
Insert cell
anycell = md`You can even name and export markdown cells!`
Insert cell
Insert cell
Insert cell
Insert cell
md`## What else can it do?`
Insert cell
Insert cell
Insert cell
secondsSinceLoadingThisPage = {
let i = 0;
while (true) {
yield Promises.delay(1000, ++i);
}
}
Insert cell
tick = {
while (true) {
yield Promises.delay(1000);
}
}
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