Public
Edited
Apr 16, 2023
Paused
Insert cell
Insert cell
import {huh} from "@huh/utilities"
Insert cell
import {box} from "@observablehq/notes"
Insert cell
viewof range = Inputs.range([0, 360], {label: "Amount", step: 1, value: 57})
Insert cell
Insert cell
x = banner()
Insert cell
x("Hello")
Insert cell
/**
* Extend banner wrapper, make banner to display
* for notebooks that are works in progress
*/
bannerWorkInProgress = banner(`hsl(${range}, 80%, 90%)`)
Insert cell
bannerWorkInProgress(md`🛠 This notebook is a **Work in Progress**. It's actively under construction or might need more work.`)
Insert cell
Insert cell
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