Published
Edited
Nov 30, 2018
1 fork
Importers
1 star
Insert cell
Insert cell
loadGapi = (libsStr = "client:auth2") =>
new Promise((resolve, reject) => {
require("https://apis.google.com/js/api.js").catch(() => {
const gapi = window.gapi;
gapi.load(libsStr, () => resolve(gapi));
});
})
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