Platform
Solutions
Resources
Pricing
Sign in
Sign up
Benjamin
Workspace
Fork
Public
By
Benjamin
Edited
Jan 2, 2024
Insert cell
Insert cell
<
style
>
article
{
column-count
:
3
;
gap
:
1
em
;
height
:
20
em
;
column-rule
:
2
px
dashed
gray
;
widows
:
2
;
orphans
:
2
;
}
</
style
>
<
article
>
${article}
</
article
>
Insert cell
article
=
html
`${
Array
.
from
(
{
length
:
20
}
)
.
map
(
(
)
=>
{
const
text
=
lorem
.
loremIpsum
(
{
count
:
2
,
units
:
"sentences"
}
)
;
return
html
`<p style="margin: 0; padding: 0; padding-bottom: 1em;">${
text
}</p>`
;
}
)
}`
Insert cell
Insert cell
<
style
>
section
{
padding-left
:
20
px
;
display
:
fragments
;
width
:
100
px
;
height
:
100
px
;
color
:
green
;
overflow
:
hidden
;
}
section
::
nth-fragment
(
1
)
{
padding-left
:
40
px
;
}
</
style
>
<
div
style
=
"height: 200px;"
>
<
section
contentEditable
>
foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo
</
section
>
</
div
>
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.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
article
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
lorem
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML