I’m running an embedded notebook (using the https://api.observablehq.com/etc. import method), and it works great on most of the computers I tested it on. However on some computers (curiously those sitting behind a university firewall), I get a strange error - “GET https ://unpkg.com/d3-array@1/package.json 500 notebook-runtime.js?module:805” and “GET https ://unpkg.com/d3-collection@1/package.json 500 notebook-runtime.js?module:805”
I’m using d3=require(“d3@5.9.1”), but I get the same (or more) errors when using just d3@5. I’m stuck. I don’t know why it would work on some computers but not others if they are running the same browser.