Published
Edited
Apr 28, 2022
Importers
Insert cell
title = h1("Headers")
Insert cell
subtitle = h2("Headers.subtitle")
Insert cell
sub_subtitle = h3("Headers.subtitle.sub-subtitle")
Insert cell
sub_sub_subtitle = h4("Headers.subtitle.sub-subtitle.sub-sub-subtitle")
Insert cell
sub_sub_sub_subtitle = h5("Headers.subtitle.sub-subtitle.sub-sub-subtitle.sub-sub-sub-subtitle")
Insert cell
sub_sub_sub_sub_subtitle = h6("Headers.subtitle.sub-subtitle.sub-sub-subtitle.sub-sub-sub-subtitle.sub-sub-sub-sub-subtitle")
Insert cell
Insert cell
Insert cell
Insert cell
h1 = s => header (1,s)
Insert cell
h2 = s => header (2,s)
Insert cell
h3 = s => header (3,s)
Insert cell
h4 = s => header (4,s)
Insert cell
h5 = s => header (5,s)
Insert cell
h6 = s => header (6,s)
Insert cell
Insert cell
Insert cell
Insert cell
[...document.querySelectorAll("pre")].forEach((el) =>
installCopyCode(el, { invalidation })
)
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