Published
Edited
Feb 15, 2018
Insert cell
Insert cell
Insert cell
wp = require("http://cdn.webppl.org/webppl-v0.9.11.js").catch(() => window.webppl)
Insert cell
wp2 = require("https://s3-us-west-2.amazonaws.com/cdn.webppl.org/webppl-v0.9.7.js").catch(() => window.webppl)
Insert cell
Insert cell
require('chart.js')
Insert cell
Insert cell
Chart = require('chart.js/dist/Chart.min.js')
Insert cell
Insert cell
Insert cell
Insert cell
obliterator = require('https://wzrd.in/standalone/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