Platform
Resources
Pricing
Sign in
Contact us
Grant Nestor
Owner of Hammies, former Jupyter core developer and co-lead of Jupyter Notebook and JupyterLab teams
Workspace
Fork
Published
Experiments
By
Grant Nestor
Edited
Nov 23, 2021
1 star
Insert cell
Insert cell
Insert cell
viewof
editor
=
render
(
(
{
useSetter
}
)
=>
{
const
ref
=
useRef
(
null
)
;
useSetter
(
ref
)
;
return
createElement
(
EmailEditor
,
{
ref
}
)
;
}
)
Insert cell
Insert cell
mutable
html
=
""
Insert cell
unlayer
=
{
const
response
=
await
fetch
(
"https://editor.unlayer.com/embed.js"
,
{
mode
:
"no-cors"
}
)
;
return
response
.
text
(
)
;
}
Insert cell
EmailEditor
=
{
const
{
default
:
EmailEditor
}
=
await
import
(
"//cdn.skypack.dev/react-email-editor"
)
;
return
EmailEditor
;
}
Insert cell
import
{
renderedButton
as
button
,
render
,
jsx
,
createElement
,
useRef
,
useState
}
from
"@gnestor/react-components"
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
editor
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
html
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
unlayer
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
EmailEditor
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML