Published
Edited
Jun 27, 2020
5 stars
Also listed in…
Tools & Techniques
Insert cell
Insert cell
// Create a UUID for the current notebook.
createUUID()
Insert cell
// Create a UUID for another notebook.
createUUID('@observablehq/user-manual')
Insert cell
async function createUUID(name = null, namespace = 'https://observablehq.com/') {
return uuidv5(
await getPinnedSlug({name}),
uuidv5(namespace, uuidv5.URL)
);
}
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