Unlisted
Edited
Sep 28, 2023
4 forks
100 stars
Insert cell
Insert cell
Insert cell
Insert cell
require("chart.js@2.7.1")
Insert cell
Insert cell
Chart = require("chart.js@2.7.1/dist/Chart.min.js")
Insert cell
Insert cell
Insert cell
Insert cell
obliterator = require('https://bundle.run/obliterator@1.2.1')
Insert cell
Insert cell
THREE = {
const THREE = (window.THREE = await require("three@0.132.2"));
await require("three@0.132.2/examples/js/controls/OrbitControls.js").catch(
() => {}
);
return THREE;
}
Insert cell
Insert cell
BigNumber = {
// require bignumber
let bn = await require('bignumber.js');
// Print out lots and lots of digits
bn.config({ EXPONENTIAL_AT: 1e+9 });
// return the configured object
return bn;
}
Insert cell
Insert cell
hyperHTML = require("hyperhtml").catch(() => window.hyperHTML)
Insert cell
Insert cell
import {note} from "@observablehq/notes"
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