Published
Edited
Feb 7, 2018
1 fork
3 stars
Insert cell
Insert cell
Tabletop = require("tabletop@1")
Insert cell
url = "https://docs.google.com/spreadsheets/d/1eh3Lhf1DzED8q62B5XXB0GZAwT3uzcxHJw2QD0ev9P4/edit?usp=sharing"
Insert cell
data = new Promise((resolve, reject) => {
Tabletop.init({
key: url,
callback: data => {
if (data) resolve(data);
else reject(new Error("unable to load"));
},
simpleSheet: true
})
})
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