Platform
Resources
Pricing
Sign in
Contact us
Fabian Iwand
Web developer and autodidact with an interest in creative coding.
Workspace
Fork
Published
2 collections
By
Fabian Iwand
Edited
Jun 27, 2020
5 stars
Observable Things
Runtime Wrapper for Authoring
DuckDBClient with DuckDB 1.1.1
Import All The Things!
Extracting a Notebook's Table of Contents
Custom Inspectors
Dynamic Notebook Imports
Handling Multiple Require Instances
Snap A Slider To Values
Button Up!
Deconstructing a Notebook
Inspect Properties
Side Effects
Checking a version's publish date
D3 Gallery Index
Efficient Responsiveness
Environment
How To List FileAttachments Dynamically
Accessing a Notebook's Runtime
Sortable Notebook List
What has viewof ever done for us?!
Monitoring Events
Mutable Forms
Displaying Progress
Version Pinning for Notebooks
Using CodePens in Observable
Oldstyle
Dynamic Notebook Links
Notebook Version UUID
Title Transliteration
Recently Published Notebooks
Signature - A Documentation Toolkit
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.
Try it for free
Learn more
Fork
View
Export
Listed in...
Observable Things
Fabian Iwand
Tools & Techniques
Fabian Iwand
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
createUUID
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
uuidv5
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML