[python] inline quotation to show the value of a variable #5638
-
Hello, there 👋 ❓ For example,
My expectation is this:
Is it impossible in this version? or Is there some way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I believe this isn't possible with the Jupyter engine, because the Jupyter project hasn't reached consensus on how to implement this in markdown cells. As far as I can tell the numerous online discussions never went past early proof-of-principles and further debates. If you're using the knitr engine, you can pass data between Python cells and R, and use the I wonder if Quarto could work around the jupyter hold-up, with the following strategy:
|
Beta Was this translation helpful? Give feedback.
-
This is an accurate statement. With that said, we do think we now have a workable proposal for a limited, language-agnostic solution to this problem. I don't expect it to make to 1.4, but hopefully in 1.5. |
Beta Was this translation helpful? Give feedback.
-
As a side-note,
|
Beta Was this translation helpful? Give feedback.
You need to use reticulate to pass values from Python to R,