We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f434ca commit d94ff24Copy full SHA for d94ff24
docs/notebook-requirements.txt
@@ -1,4 +1,8 @@
1
# Jupyter notebooks
2
+ipython<=8.6.0
3
+# ipython 8.7 introduced a bug regarding pygments lexer support
4
+# https://github.com/spatialaudio/nbsphinx/issues/24
5
+# https://github.com/ipython/ipython/issues/13845
6
jupyter
7
8
# Notebook conversion
0 commit comments