Published unlisted
Edited
Aug 16, 2019
Insert cell
Insert cell
html`
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
`
Insert cell
html`
<div class="flex">
<div class="outline w-25 pa3 mr2">
<code>1</code>
</div>
<div class="outline w-25 pa3 mr2">
<code>2</code>
</div>
<div class="outline w-25 pa3 mr2">
<code>3</code>
</div>
<div class="outline w-25 pa3 mr2">
<code>4</code>
</div>
<div class="outline w-25 pa3">
<code>5</code>
</div>
</div>
`
Insert cell
html`
<div class="mw9 center ph3-ns">
<div class="cf ph2-ns">
<div class="fl w-100 w-third-ns pa2">
<div class="outline bg-white pv4">1</div>
</div>
<div class="fl w-100 w-third-ns pa2">
<div class="outline bg-white pv4">2</div>
</div>
<div class="fl w-100 w-third-ns pa2">
<div class="outline bg-white pv4">3</div>
</div>
</div>
</div>
`
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