Platform
Resources
Pricing
Sign in
Get started
Bryan Gin-ge Chen
here to learn
Workspace
Fork
Published unlisted
By
Bryan Gin-ge Chen
Edited
Jun 4, 2019
Insert cell
Insert cell
viewof
n
=
html
`<input type='number' value=437 min=0 max=5000>`
Insert cell
viewof
h
=
html
`<input type='number' value='24398' min=0 max=50000>`
Insert cell
h
Insert cell
sep
=
'\n\n'
Insert cell
{
const
array
=
Array
.
from
(
{
length
:
n
}
,
(
)
=>
`[link](#)`
)
.
join
(
sep
)
;
return
html
`<div style="height: ${
h
}px">${
md
`${
array
}`
}`
;
}
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
n
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
h
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
sep
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML