Public
Edited
Mar 23, 2024
4 stars
Insert cell
Insert cell
root = html`<div id="root"></div>`
Insert cell
Insert cell
{
root; // Ensure our DIV is materialized before loading scripts
var loader = document.createElement("script");
loader.src = await FileAttachment("runtime-main.b53eba1f.js").url();
document.head.appendChild(loader);

var chunk = document.createElement("script");
chunk.src = await FileAttachment("2.d04965b1.chunk.js").url();
document.head.appendChild(chunk);

var main = document.createElement("script");
main.src = await FileAttachment("main.cf9a6b73.chunk.js").url();
document.head.appendChild(main);
}
Insert cell
Insert cell
window.ReactDOM
Insert cell
import { footer } from "@tomlarkworthy/footer"
Insert cell
footer
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