Is it possible to override the code syntax highlighting language for a chunk? #10497
Unanswered
joelostblom
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Possibly via a Lua filter that modifies the "echoed cell". |
Beta Was this translation helpful? Give feedback.
2 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.
-
Description
Sometimes I use
rpy2
to include R code in a jupyter kernel via the%%R
magic. Ideally I would like the code in these chunks to be highlighted as R code rather than Python code, is this possible?The chunks look like this:
Beta Was this translation helpful? Give feedback.
All reactions