Visual disambiguation of code cells using different programming languages #12127
jkrumbiegel
started this conversation in
Feature Requests
Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
-
FYI, @andrewheiss just released an extension for this. |
Beta Was this translation helpful? Give feedback.
1 reply
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
QuartoNotebookRunner.jl has just gained the ability to execute python code cells through PythonCall.jl in addition to the existing ability to do the same for R via RCall.jl. This makes it more attractive to use the native julia backend to compose documents that compare implementations in these three languages.
As far as I know, quarto has no inbuilt option to mark code blocks with their language somehow, which makes it quite confusing to read these. I have written a small CSS snippet which can add a visual marker to code cells, but it seems like this should probably be something that quarto ships itself, with good support for light/dark mode and other output formats.
Beta Was this translation helpful? Give feedback.
All reactions