[Python-modules-team] Bug#979227: nbconvert: syntax error in docstring causing deprecation warnings
Julian Gilbey
jdg at debian.org
Mon Jan 4 12:10:25 GMT 2021
Package: python3-nbconvert
Version: 5.6.1-2
Severity: normal
I'm getting these deprecation warnings:
/usr/lib/python3/dist-packages/nbconvert/filters/markdown_mistune.py:75
/usr/lib/python3/dist-packages/nbconvert/filters/markdown_mistune.py:75: DeprecationWarning: invalid escape sequence \e
The error actually lies on line 79: ``\begin{foo}...\end{foo}`` should
be ``\\begin{foo}...\\end{foo}``.
Best wishes,
Julian
More information about the Python-modules-team
mailing list