-
DescriptionGiven any Jupyter Notebook (we will called our file
Why does Quarto creates the From my experimentation, the content of the |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
May 28, 2024
Replies: 1 comment 1 reply
-
I cannot reproduce. Did you set ---
title: "Quarto Playground"
format: html
---
This is a playground for Quarto.

```{python}
1 + 1
``` quarto convert index.qmd
quarto render index.ipynb --execute |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rgaiacs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I cannot reproduce.
Did you set
freeze
somewhere in your project?