Skip to content

Instantly share code, notes, and snippets.

View DaveManning's full-sized avatar

Dave Manning DaveManning

View GitHub Profile
@DaveManning
DaveManning / notebook_cells.module.js
Created November 4, 2025 09:29
Observable helper module: generateMonthlySalesData, presets, CSV/PNG helpers
/*
* notebook_cells.module.js
*
* ES module intended to be published publicly (Gist, GitHub raw, jsDelivr) and
* imported into Observable notebooks. It uses CDN imports for dependencies so
* it can be imported directly from a raw URL.
*
* Usage (in Observable):
* import { generateMonthlySalesData, presets } from "https://gist.githubusercontent.com/<user>/<id>/raw/notebook_cells.module.js";
*