Skip to content
Discussion options

You must be logged in to vote

Here are some hints to follow considering native engine support from Quarto

Using knitr engine.

In the R Markdown / Knitr ecosytem, it exists some tools allowing to run Rust from R. For example rextendr, which offers a knitr engine which can be used in Quarto documents https://extendr.github.io/rextendr/articles/rmarkdown.html

knitr also natively support an exec engine, that can be used to add support for calling any CLI tool for a cell: https://github.com/yihui/knitr-examples/blob/master/124-exec-engine.Rmd

Using Jupyter engine

It seems like project Evcxr project (EValuation ConteXt for Rust) offers a Jupyter kernel for Rust. And any kernel can be used with Quarto.

About Lua filter for e…

Replies: 2 comments 2 replies

Comment options

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

@galenseilis
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by galenseilis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
computations lua Issues related to the lua codebase, filter chain, etc
3 participants