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

