iPython syntax highlighting #3420
raacampbell
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have code cells that include lines copied and pasted from an iPython console. I would ideally like synatax highlighting that matches what I see at the iPython terminal:
The Python syntax highlighting looks wrong in this case:
No defined syntax highlighting is a small improvement:
But still not correct, of course. Is there any way to get something closer to what I see at the console. I tried
python-repl
andpythonrepl
(based on this) but those don't seem to understand iPython. They are happy only with the>>>
prompt.EDIT: I suppose this may be a highlight.js question...
Beta Was this translation helpful? Give feedback.
All reactions