Merge pull request #923 from anirudhjoshi/master

Fixed missing import of to_api_path in post_save_hook example
This commit is contained in:
Min RK 2016-01-04 10:47:39 +01:00
commit 9bd4a49cf6

View File

@ -45,7 +45,8 @@ A post-save hook to make a script equivalent whenever the notebook is saved
import io
import os
from notebook.utils import to_api_path
_script_exporter = None
def script_post_save(model, os_path, contents_manager, **kwargs):