Unlisted
Edited
Feb 15, 2018
1 star
Insert cell
Insert cell
Insert cell
Insert cell
foo = 42
Insert cell
foo + bar // Knowns are blue; unknowns are gray.
Insert cell
Insert cell
Insert cell
Insert cell
{
while (true) {
yield "Hello";
await Promises.delay(1000);
for (const word of "I love you won’t you tell me your name".split(/\s/g)) {
yield word;
await Promises.delay(250);
}
await Promises.delay(1000);
}
}
Insert cell
Insert cell
poem = ({
stanzas: [
"I have eaten\nthe plums\nthat were in\nthe icebox",
"and which\nyou were probably\nsaving\nfor breakfast",
"Forgive me\nthey were delicious\nso sweet\nand so cold"
]
})
Insert cell
Insert cell
poem.stanzas[0]
Insert cell
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