Consider adding a standalone shell engine that doesn't rely on Knitr or Jupyter #4634
Replies: 2 comments 1 reply
-
What about Windows user? 🤔 In my opinion, Quarto is not about building engines, but is about the publishing/editing/writing side. This being said, if you are aware of some existing tool such as Jupyter/knitr/etc., please do share to Quarto team. Final note, please note that knitr/R or Jupyter/Python are not installed nor provided by Quarto, they are external tools. |
Beta Was this translation helpful? Give feedback.
-
This is not exactly what you asked for, but the nice thing about jupyter is that there exist jupyter kernels for a lot of languages. See this impressive list: https://github.com/jupyter/jupyter/wiki/Jupyter-kernels In principle, they should all be usable for code execution with Quarto. And syntax highlighting is done by pandoc, anyway:
A bash kernel is here: https://github.com/takluyver/bash_kernel |
Beta Was this translation helpful? Give feedback.
-
Quarto CLI seems to be very useful for creating basic Linux and Bash shell documentation. It would be nice if Quarto supported syntax highlighting and execution of shell code without the need for the full Knitr or Jupyter stacks.
What would it take to create a standalone execution engine just for the shell?
Beta Was this translation helpful? Give feedback.
All reactions