md`Merge this cell with the following cell using the mouse.
Merge this cell with the previous cell using the mouse.`
// y = "yes"
// x = 12 // Uncomment to create a duplicate definition of x.
// { x = 12; } // Uncomment to assign to x.
varz=13;
// Complete me!
d3.
// It’s a trick question: you can’t! The cells reference aapl, so they wait until aapl resolves. This is true regardless of the order of cells in the notebook because Observable runs cells in topological rather than top-down order.
// p
// p.style.color = "blue" // Uncomment this to mutate p.
greet("Fred")
// function greet(subject) {
// return md`Hello, ${subject}!`;
// }
// md`${seconds} seconds have elapsed.`
// yield* array
// tex`t = ${t.toFixed(6)}`
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.