Published
Edited
Sep 2, 2020
5 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
2 + 2
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
numberOfCats
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
numberOfDogs
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
{
//// stuff goes in here
}
Insert cell
jake = {
//// I named this one, Jake.
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
d3 = require('d3')
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
{
const width = 600
const height = 400
const canvas = d3.select(DOM.svg(width, height))
}
Insert cell
Insert cell
Insert cell
{
const width = 600
const height = 400
const canvas = d3.select(DOM.svg(width, height))
return canvas.node();
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
{
const width = 600
const height = 400
const canvas = d3.select(DOM.svg(width, height))
canvas.append("circle")
.attr("cx", 160)
.attr("cy", 280)
.attr("r", 80)
return canvas.node();
}
Insert cell
Insert cell
Insert cell
Insert cell
{
// define the canvas
// create circle 1
// create circle 2
// create circle 3
// return the canvas
}
Insert cell
Insert cell
{
// define the canvas
// create a rectangle
// return the canvas
}
Insert cell
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