##// 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.
Thomas Kluyver -
r16615:16326793
Show More
Name Size Modified Last Commit Author
/ IPython / terminal / console / tests
__init__.py Loading ...
test_console.py Loading ...
test_image_handler.py Loading ...
writetofile.py Loading ...