Published
Edited
May 3, 2022
1 fork
4 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
res = await fetch(`https://gist.githubusercontent.com/triptych/df87cf85a3e1e7eca063df0f51b613cf/raw/0ca3f7456444838a983e48075d43062d95e9bb79/index.js`)
Insert cell
Insert cell
theBlob = new Blob([(await res.text())],{type: 'text/javascript'})
Insert cell
Insert cell
diagMethod = (await import(URL.createObjectURL(theBlob))).diag;
Insert cell
Insert cell
diagResponse = diagMethod(45,34)
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