Public
Edited
Jun 14, 2023
Importers
1 star
Insert cell
Insert cell
Insert cell
Insert cell
tree = createGraph(n, [
[0, 1],
[1, 3],
[1, 4],
[2, 3],
[3, 6],
[3, 7],
[4, 5],
[4, 8],
[6, 9]
])
Insert cell
Insert cell
Insert cell
createRootedTree(tree, 3)
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