Public
Edited
Aug 1, 2023
Importers
Insert cell
Insert cell
viewof colorsPicked = makePicker(colors)
Insert cell
makeChanger(viewof colorsPicked)
Insert cell
colorsPicked.colors
Insert cell
To save your work, use this ${bookmark.create(colorsPicked, "bookmark to this notebook, containing the picked colors")}.
Insert cell
Insert cell
Insert cell
colors = bookmark.read().colors ?? [
"#000000",
"#FF0000",
"#FFFF00",
"#00FF00",
"#00FFFF",
"#0000FF",
"#FF00FF",
"#FFFFFF"
]
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import { view } from "@tomlarkworthy/view"
Insert cell
import { bookmark } from "@severo/bookmark"
Insert cell
import { changeTable } from "@ijlyttle/change-log"
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