##// END OF EJS Templates
add pre/post-save hooks...
add pre/post-save hooks - `ContentsManager.pre_save_hook` runs on the path and model with content - `FileContentsManager.post_save_hook` runs on the filesystem path and model without content - use pre_save_hook for things like stripping output - use post_save_hook for things like nbconvert --to python
Min RK -
r19299:cf989ee0
Show More
Name Size Modified Last Commit Author
/ IPython / nbformat / tests
__init__.py Loading ...
base.py Loading ...
invalid.ipynb Loading ...
test2.ipynb Loading ...
test3.ipynb Loading ...
test4.ipynb Loading ...
test4plus.ipynb Loading ...
test_api.py Loading ...
test_convert.py Loading ...
test_reader.py Loading ...
test_sign.py Loading ...
test_validator.py Loading ...