Public
Edited
May 30, 2021
Insert cell
md`# basic circles`
Insert cell
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

Insert cell
Insert cell
margin = 20
Insert cell
w = width
Insert cell
Insert cell
colors = ["#11100e","#727b7a","#b2b4ac","#d3d3c9","#bfd1d4","#398ea9","#407695","#1e3154","#672948","#daa294","#e6434d","#dc2004","#a34014","#e78a09","#d9cb4d","#bec04c","#56844f"]
Insert cell
Insert cell
style = html`
<style>
svg {
background:#e1e1e1;
}

</style>`
Insert cell
import { slider } from "@jashkenas/inputs"
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