##// END OF EJS Templates
Do not create checkpoint_dir relative to current dir...
Do not create checkpoint_dir relative to current dir FileNotebookManager.create_checkpoint attempted to create checkpoint_dir relative to the current working directory, not the notebooks directory set in NotebookManager.notebook_dir. FileNotebookManager.get_checkpoint_path already creates checkpoint_dir. Fixed already in 19651d2, but this can be used as a small bugfix for 2.x, in case that is not being backported.
Dara Adib -
r16987:44fb8569
Show More
Name Size Modified Last Commit Author
/ IPython / nbconvert / preprocessors
tests
__init__.py Loading ...
base.py Loading ...
coalescestreams.py Loading ...
convertfigures.py Loading ...
csshtmlheader.py Loading ...
extractoutput.py Loading ...
highlightmagics.py Loading ...
latex.py Loading ...
revealhelp.py Loading ...
svg2pdf.py Loading ...