2019-03-07 nbconvert, tornado, incompatibilities

tornado was recently released in version 6.0. It introduced an incompabilities with all existing versions of nbconvert (<= 0.4.1).

AttributeError: module 'tornado.web' has no attribute 'asynchronous'

Beside, nbconvert still does not include the following PR 910 which handles a fix to handle svg figures in latex export. That’s why I forked the project and created a branch where both issues are fixed: sdpython/nbconvert. To install it:

pip install git+https://github.com/sdpython/nbconvert.git