quarto-dev / quarto-cli

Open-source scientific and technical publishing system built on Pandoc.
https://quarto.org
Other
3.86k stars 314 forks source link

Jupyter Kernel config docs omission: inline code requires user_expressions #11012

Open hugetim opened 1 week ago

hugetim commented 1 week ago

What would you like to do?

Report an issue on quarto.org

Description

The docs include guidance for adding Quarto support to a Jupyter Kernel here. This guidance should mention that inline code makes use of the user_expressions parameter of the do_execute kernel method (here), which some Jupyter kernels may not support. (A current Jupyter guide to creating kernels says about this parameter, "You can ignore this if you need to.")

For further details: https://github.com/quarto-dev/quarto-cli/issues/10979#issuecomment-2398043525

cscheid commented 1 week ago

Thanks!