Published
Edited
Jun 27, 2020
5 stars
Also listed in…
Observable Things
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

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more