-
The built-in support for Python is amazing. In my day-to-day, I'm working with Ruby and would love to be able to evaluate Ruby snippets in Quarto. I realize there's no first class functionality for Ruby, but is there a mechanism for executing arbitrary commands and capturing standard output? |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Apr 27, 2023
Replies: 1 comment 1 reply
-
Both |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nirvdrum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Both
knitr
/Jupyter
could run Ruby code as long as you set all the dependencies and set your document/project with the proper information, see https://quarto.org/docs/computations/execution-options.html#engine-binding.