Public
Edited
Jan 4, 2023
Importers
23 stars
Insert cell
Insert cell
Insert cell
$ = require('jquery')
Insert cell
Insert cell
ocpu = {
$; // this tells Observable that this require statement depends on jQuery
const response = await fetch("https://cdn.opencpu.org/opencpu-0.5.js");
const blob = await response.blob();
return require(URL.createObjectURL(blob)).catch(() => window.ocpu);
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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