Skip to content
Discussion options

You must be logged in to vote

Just to correct a little: it's not a question for the Jupyter developers, because quarto is the tool converting .qmd code cells to .ipynb notebooks.

With that said, it is the case that Jupyter notebooks generally don't support the execution of code cells in multiple languages the way that knitr does. So, with the Jupyter engine, you need to find a different way to do it.

The Python kernel in the Jupyter engine offers cell magics, and that's how we expose shell execution capabilities in quarto: https://quarto.org/docs/computations/execution-options.html#shell-commands

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@mcanouil
Comment options

@cscheid
Comment options

Answer selected by royfrancis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment