I’m trying to browse some vega-lite tutorials, but it seems that any of them that use vega-datasets seem to have problems importing the data. e.g., https://observablehq.com/@uwdata/introduction-to-vega-lite
gives me a
cars = TypeError: Failed to fetch
on
cars = data['cars.json']()
Any other notebook that I try to view that attempts to access vega-datasets seems equally buggy. Any ideas? I don’t know if this is a browser, observable, or vega problem and don’t know how to proceed to debug it yet. Suggestions appreciated.
-Andrew