Published unlisted
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.
Learn more