Replies: 2 comments 2 replies
-
Hmmm the ansi outputs docs I would have thought that this would “just work”. What kernel are you using for the notebook? Maybe it is something non standard that’s outputting things in weird ways? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey @choldgraf any ideas how I should start debugging this? Still can't get it to work. |
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.
-
Hey!
I'm using MyST-NB for my openly available learning materials on applied language technology.
Right now I'm working on a section where I use a small library named wasabi to highlight output using ANSI colours.
I have added the following line to my conf.py:
Based on the documentation, I was under the impression that this would render ANSI outputs as they appear in the Jupyter Notebook. However, I can't get this to work. Am I calling the ANSI lexer correctly?
If you can help me out with this, I promise to submit a pull request to improve the MyST-NB documentation for this part. ✌️
Beta Was this translation helpful? Give feedback.
All reactions