Install experience
Hi, I'm new to JS notebooks and would like to try your extension. Thanks for making this available. I installed the extension gordonsmith.observable-js and downloaded the recommended notebook https://observablehq.com/@observablehq/five-minute-introduction which states Update, March 2022: [A Taste of Observable](https://observablehq.com/@observablehq/a-taste-of-observable?collection=@observablehq/overview) is the most recently updated and best introduction to the Observable platform. This notebook will remain for history, but please check out A Taste of Observable! when I tried that file I see an error: RuntimeError: try_it is not defined but I can run the five-minute-introduction
I would like to use ESM style JS and is this possible ? When I did try it did not appear to work and I see "Cannot read properties of undefined (reading 'nodes')"
There are two types of JavaScript cells, a plain JS cell which won't execute and an "Observable JS" which uses the Observable JS Syntax, which is the same one used on https://observablehq.com/.
For more information see https://observablehq.com/documentation/cells/observable-javascript which highlights why its different.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.