Julia Markdown from Weave.jl #397
-
Hi all, Thanks for the hard work on Quarto! I just came across Weave.jl and thought It could be useful and something to leverage from to improve vscode-extension for Julia. Cheers. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi there, thanks! We currently integrate w/ IJulia (i.e. if you have a Jupyter notebook using the Julia kernel or a qmd file with a We also recently enhanced our VS Code plugin (https://marketplace.visualstudio.com/items?itemName=quarto.quarto) w/ support for executing Julia cells + code completion within Julia cells. We'll be adding more documentation on the Quarto website soon on how to use Julia w/ Quarto. |
Beta Was this translation helpful? Give feedback.
-
FYI we've added some additional documentation on using Julia w/ Quarto here: https://quarto.org/docs/computations/julia.html |
Beta Was this translation helpful? Give feedback.
Hi there, thanks! We currently integrate w/ IJulia (i.e. if you have a Jupyter notebook using the Julia kernel or a qmd file with a
{julia}
cell that should work fine).We also recently enhanced our VS Code plugin (https://marketplace.visualstudio.com/items?itemName=quarto.quarto) w/ support for executing Julia cells + code completion within Julia cells. We'll be adding more documentation on the Quarto website soon on how to use Julia w/ Quarto.