How can I access meta information from python cells? #12844
Unanswered
FelixBenning
asked this question in
Q&A
Replies: 1 comment 4 replies
-
This is still an enhancement we need to make Definitely something we need to provide.
Do you know what throws the warning? Is it Quarto? or Pandoc? Can you share a quick example so that I can examine this problem again? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
In
R
cells, one can apparently access meta information likeknitr::is_html_output()
. This appears not to exist for Julia (#5074) Is there a way to access such information in python? Is this documented anywhere?I need this to prevent the inclusion of
\newcommand
macros in every file in #12838, that is, fortex
output the code should not run. The attribute{.content-hidden}
only removes the output from the.tex
files but still runs the code in a.quarto_ipynb
causing Warnings about the redefinition of the commandsBeta Was this translation helpful? Give feedback.
All reactions