Platform
Resources
Pricing
Sign in
Get started
Max Generis
Workspace
Fork
Public
By
Max Generis
Edited
Feb 26, 2024
Importers
Insert cell
Insert cell
hiccup
=
import
(
"https://cdn.jsdelivr.net/npm/@thi.ng/hiccup@5.1.13/+esm"
)
Insert cell
svgH
=
(
attrs
,
children
)
=>
hic
(
[
"svg"
,
attrs
,
...
children
]
)
;
Insert cell
hic
=
(
tree
)
=>
{
return
svg
`${
hiccup
.
serialize
(
tree
)
}`
}
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
hiccup
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
svgH
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
hic
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML