Is there a way to disable the creation of a YAML header while converting from ipynb to qmd? #5228
-
I am working on a report consists of collection of separate
Is there a way to disable the creation of a YAML header while converting from |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
A quarto document requires a YAML header within (or as a global configuration file |
Beta Was this translation helpful? Give feedback.
-
FYI, #5363 for a related issue. |
Beta Was this translation helpful? Give feedback.
Yes, it is stated in the documentation that the include shortcode does not work for
ipynb
files, see https://quarto.org/docs/authoring/includes.html#computations.This being said, maybe you want the embed feature from v1.3, see https://quarto.org/docs/authoring/notebook-embed.html.
If this does not fit your needs, I would suggest to fully embrace Quarto, and directly write your "components" as Quarto documents.