Is it possible to create a stand-alone HTML (quarto) document that still has Observable JS interactivity? It is not working for me, in that the resulting HTML does not have the proper formatting and is not interactive. I am using the standalone
YAML code:
format:
html:
embed-resources: true
This line in the documentation made it sound like it might be possible, but I don't know what it means by core libraries
:
Additionally, you can use Observable JS (“OJS”) in standalone documents and websites via its core libraries.
Thanks, Roger