Public
Edited
Sep 4, 2023
Insert cell
Insert cell
Insert cell
{
let ul = document.createElement('ul')
for (let o of FILES.result.results) {
ul.appendChild(html`<li><a href='${o.url}'>${o.url.split('/')[9]}</a></li>`)
}
return ul
}
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