Unlisted
Edited
Jan 30, 2023
16 forks
Importers
132 stars
Insert cell
Insert cell
Insert cell
Insert cell
import {ramp} from "@mbostock/color-ramp"
Insert cell
ramp(t => `hsl(${t * 360}, 100%, 50%)`)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import {map} from "@d3/interrupted-sinu-mollweide"
Insert cell
map
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import {chart as treemap}
with {treemap_data as data}
from "@d3/treemap@164"
Insert cell
treemap
Insert cell
treemap_data = FileAttachment("d3.json").json()
Insert cell
Insert cell
Insert cell
Insert cell
import {chart as histogram}
with {histogram_data as data}
from "@d3/histogram@261"
Insert cell
Insert cell
histogram
Insert cell
histogram_data = new Array(10000).fill().map(() => randb(...alphabeta))
Insert cell
Insert cell
Insert cell
import {interval} from "@observablehq/firstcontactcountdown"
Insert cell
interval
Insert cell
Insert cell
// i
Insert cell
import {i} from "@observablehq/generator-cells-functions-and-objects"
Insert cell
Insert cell
import {map as map2} from "@d3/interrupted-sinu-mollweide"
Insert cell
map === map2
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import {functionFromUnlistedNotebook} from "00ff3ac693572256"
Insert cell
functionFromUnlistedNotebook
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
expressionName = 8
Insert cell
Insert cell
blockName = { return 80; }
Insert cell
Insert cell
function functionName() {return 800;}
Insert cell
Insert cell
class className {}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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