##// END OF EJS Templates
Backport PR #5670: nbconvert: Fix CWD imports...
Backport PR #5670: nbconvert: Fix CWD imports In master, setting an nbconvert class name to one that's located in the CWD doesn't work (i.e. `c.NbConvertApp.writer_class = 'notebook_copy_writer.NotebookCopyWriter'` ). The CWD needs to be appended to the Python path before the traitlets are initialized. This PR also includes a test.

File last commit:

r11010:72ecc660
r16615:16326793
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer