Replies: 1 comment 1 reply
-
I believe this is an IPython bug that was introduced in IPython 8.7: The short term fix is to pin the version number, and the longer term fix is to wait for it to be fixed upstream and then update! |
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.
-
This is a somewhat bizarre problem I have managed to run into recently. This particular bug has multiple years of history, though.
I can not produce it locally but I do get problems on our internal ci/cd engine.
So here are a few lines to set the scene:
This works as expected. However when running the same code on our ci/cd server I get tons of warnings and the code rendered results are poor:
.../hydra/book/docs/notebooks/bson.ipynb:: WARNING: Pygments lexer name 'ipython3' is not known
I wonder whether there is a more explicit and slower process to identify the problem.
Beta Was this translation helpful? Give feedback.
All reactions