You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.")