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

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more