Public
Edited
Jan 9, 2024
5 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// Solutions computed externally
drums = {
let drums = {
round: await FileAttachment("round_drum.json").json(),
square: await FileAttachment("square_drum.json").json(),
square_round: await FileAttachment("square_drum_round_hole.json").json(),
doubly_connected: await FileAttachment("doubly_connected@12.json").json()
};
return drums;
}
Insert cell
import { radio } from "@jashkenas/inputs"
Insert cell
d3 = require('d3-selection@2', 'd3-array@2')
Insert cell
x3dom = require('x3dom').catch(() => window['x3dom'])
Insert cell
html`<style>
canvas {
outline: none
}
</style>`
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