Public
Edited
Apr 26
Paused
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// ...
Insert cell
Insert cell
// ...
Insert cell
Insert cell
Insert cell
Insert cell
// ...
Insert cell
Insert cell
Insert cell
Insert cell
// Import the `histogram` variable from the notebook you want to (partly) reuse.
// Rename the `histogram` as `myHistogram` during import using the `as` keyword.
// Also, replace the `data` variable that the visualization will use with your own `myHistogram` variable (using `with` and `as keywords`)

// ... your code here
Insert cell
Insert cell
Insert cell
// Rerefence 'myHistogram' to draw it

// ... your code here
Insert cell
Insert cell
Insert cell
Insert cell
// ...
Insert cell
Insert cell
Insert cell
import {Wrangler, op} from "@observablehq/data-wrangler"
Insert cell
// ... your code here
Insert cell
Insert cell
// ...
Insert cell
Insert cell
Insert cell
// Reference the chart, so that it is drawn

// ... your code here
Insert cell
Insert cell
Insert cell
import {imageToDo} from "@clokman/student-blocks"
Insert cell
imageToDo
Insert cell
Insert cell
import {openAllLinksInNewTab} from "@clokman/open-all-links-in-new-tab"
Insert cell
openAllLinksInNewTab
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more