##// 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 / tests
files
README.md Loading ...
__init__.py Loading ...
base.py Loading ...
test_nbconvertapp.py Loading ...

To compare nbconvert html output to the notebook's native html see https://gist.github.com/9241376.git.