Public
Edited
Apr 20, 2023
Importers
Insert cell
Insert cell
Insert cell
todoList(toDoItems)
Insert cell
todoList()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
toDoItems = [
{
title: "Make this work",
done: false,
important: false,
details: "Fix bug related to never ending todos"
},
{ title: "Have some sleep", done: true, important: true },
{ title: "Check out trending notebooks", done: true, important: true }
]
Insert cell
toDoItemsInvalid = [
{
title: "Make this work",
done: false
},
{
title2: "Make this work",
done: false
}
]
Insert cell
nanoid = import("nanoid/nanoid.js").then((module) => module.nanoid)
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