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

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more