Revolving errors in qmd with robservable and {ojs} cells #5344
Replies: 1 comment 4 replies
-
OK some follow up: once I broke the notebook up with the robservable example separate from the {ojs} examples, then this works great! So it does seem to be a conflict between the two. I'm gonna close this and follow up with the robservable developers. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everybody! [UPDATE: solved - using both robservable and {ojs} cells in a .qmd created conflicts!]
In a Quarto doc I'm trying to show different ways that folks can pull in content from Observable notebooks to a Quarto doc, or work in {ojs} cells. Repo: https://github.com/allisonhorst/robservable-testing
Sometimes it shows up perfectly, but more often I get errors throughout - and the error messages will sometimes change when I refresh the page. For example, below are four different outcomes for the same cell, only refreshing the page between:
My coworker pointed me to this discussion (which is a bit over my head, to be honest): https://talk.observablehq.com/t/quarto-module-require/6573 (UPDATE): They also shared an idea: "robservable conflicts with the quarto-ojs-runtime because they both package d3-require" -- so this could be an issue with robservable?
Any ideas / recommendations for making this thing work consistently? Am I missing something important that I need in my Quarto doc? Thank you so much!
I'm using:
Beta Was this translation helpful? Give feedback.
All reactions