timkpaine / jupyterlab_nbconvert_nocode

A simple helper library with 2 NBConvert exporters for PDF/HTML export with no code cells
Apache License 2.0
22 stars 2 forks source link

Prevent import loop with nbconvert 6 #3

Closed vidartf closed 3 years ago

vidartf commented 3 years ago

This change in nbconvert meant that importing from nbconvert.nbconvertapp import NbConvertApp in the global scope causes a circular import. That change seems to undo the efforts of https://github.com/jupyter/nbconvert/pull/423, so there might be case to be made to clean it up on the nbconvert side, but this change should at least make this module workable with nbconvert 6 for now.