Published
Edited
Aug 13, 2021
1 star
Insert cell
Insert cell
md`### Loading things`
Insert cell
Insert cell
Insert cell
md`### Test of the sample code. It works!

NOTE: see issue https://github.com/bpk68/g-sheets-api/issues/97, where the request sometimes returns a 404

for example:

\`\`
observablehq-30:7 GET
https://spreadsheets.google.com/feeds/cells/1_IpENDkoujmWr-B0M2ZVcyvgPQGeKwYxfHX_JYTDtRc/1/public/values?alt=json 404>>>
\`\`
^^ above is from chrome console, via developer tools

`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// Basic HTML test
{
const output = document.createElement("div");
output.innerHTML = "Hello world";
yield output;
}
Insert cell
// t = (await import(await FileAttachment("scripts.js").url())).SCRIPTS
md`see import https://talk.observablehq.com/t/how-to-load-a-local-js-file-into-observable/3219/6`
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