Published
Edited
Aug 15, 2019
1 star
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');
await require('three/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

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