Public
Edited
Jun 15
Importers
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
url = (name) => {
if (isObservable) {
return name.startsWith("#")
? html`<a href="${name}">${name}</a>`
: html`<a href="/${name}" target="_blank">${name}</a>`;
} else {
// lopecode URL
return html`<a href="${linkTo(name)}">${name}</a>`;
}
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
tasks = {
on_add;
on_remove;
submit_summary;
}
Insert cell
background_task = keepalive(testsModule, "tasks")
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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