Public
Edited
Jun 26, 2023
Paused
Importers
Insert cell
Insert cell
version = '1.0.2'
// 1.0.2 - Update to live public notebook
// 1.0.1 (135) - Made public, use htm.html, update examples
// 1.0.0 (77) - First version
Insert cell
Insert cell
styles = htl.html`<style>
code {
background-color: #eeeeee;
padding-left: 3pt;
padding-right:3pt;
padding-top:2pt;
padding-bottom:2pt;
border-radius: 2pt;
}

samp {
font-family: var(--monospace);
font-size: 14px;
line-height: 1.5;
}

/* For code surrounded in triple quote */
pre code {
display: block;
}

blockquote {
border-left: 2px solid #cccccc;
padding-left: 1em;
margin-left: 0;
}
</style>`
Insert cell
// For debugging
// styles.outerHTML
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