Is there a way to hide code cells converting from ipynb to docx? #5467
Answered
by
mcanouil
jfjvallaris
asked this question in
Q&A
-
Hi, is there a way to hide code cells converting from ipynb to docx? i am using a ipynb in vscode file where i have:
but the output still showing the contain of code box thanks |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
May 9, 2023
Replies: 1 comment 1 reply
-
Instead, i suggest you take a look at Jupyter option used in Quarto, such as |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jfjvallaris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
code-annotations
is for annotating code, see https://quarto.org/docs/authoring/code-annotation.html.It does not seem this option has anything to do with your issue.
Instead, i suggest you take a look at Jupyter option used in Quarto, such as
echo: false
(sub-key ofexecute
for global effect), see https://quarto.org/docs/reference/cells/cells-jupyter.html.