Public
Edited
Jul 7, 2023
Importers
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
notebookMeta_v3(example.user, example.notebook, { rich: true, only: "package.json" })
Insert cell
notebookMeta_v3(example.user, example.notebook, { rich: true, only: ["package.json", "inspector.css"] })
Insert cell
notebookMeta_v3(example.user, example.notebook, { rich: true })
Insert cell
notebookMeta_v3(example.user, example.notebook)
Insert cell
notebookMeta_v3(example.user, example.notebook, { rich: true })
Insert cell
notebookMeta_v1(example.user, example.notebook, true)
Insert cell
notebookVariables_v3(example.user, example.notebook)
Insert cell
Insert cell
Insert cell
Insert cell
Object.fromEntries([...(await notebookMeta_v3(example.user, example.notebook)).values()].map(({name, type}) => [name, type]))
Insert cell
Object.fromEntries(await Promise.all([...(await notebookMeta_v3(example.user, example.notebook, {only: ["inspector.css"]})).values()].map(async file => [file.name, await richify(file)])))["inspector.css"]
Insert cell
Object.fromEntries(await Promise.all([...(await notebookMeta_v3(example.user, example.notebook)).values()].map(async file => [file.name, await richify(file)])))
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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