Editable ojs chunks? #4086
Answered
by
cscheid
lucio-cornejo
asked this question in
Q&A
Editable ojs chunks?
#4086
-
Would it be possible to be able to modify the code in a ojs chunk from some rendered qmd file? |
Beta Was this translation helpful? Give feedback.
Answered by
cscheid
Jan 24, 2023
Replies: 1 comment 1 reply
-
No, that's not feasible with our compilation model producing plain HTML files that can be served by a regular web server. Observable notebooks are run as an app that requires a custom server. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mcanouil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, that's not feasible with our compilation model producing plain HTML files that can be served by a regular web server. Observable notebooks are run as an app that requires a custom server.