Skip to content
Discussion options

You must be logged in to vote

Yes, but its current a bit awkward (docs here: https://quarto.org/docs/computations/execution-options.html#jupyter)

For your example it would look like this:

```{python}
#| echo: false
age = 49
from IPython.display import display, Markdown
display(Markdown("""
My name is **Andrea** and I'm {age} years old
""".format(age = age)))
```


Replies: 1 comment 2 replies

Comment options

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

@mcanouil
Comment options

Answer selected by jjallaire
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants