Is it possible to use {eval} inside latex blocks? #1103
Unanswered
germanesosa
asked this question in
Q&A
Replies: 1 comment
-
At present, this is not possible; LaTeX is treated like a black-box and parsed by a separate parser (e.g. the JS in your browser). This would be fairly hard to implement; the Is it possible to lift your use of from IPython.display import Latex
content_to_insert = "hello world"
display(
Latex(rf"This is some \LaTeX {content_to_insert}")
) |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi!
I've been trying to use {eval} inside latex ($...$ or $$ ... $$) in jupyterlab without success (even escaping {} characters).
Is it a missing feature or am I doing something wrong?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions