##// END OF EJS Templates
docstring
Min RK -
Show More
@@ -111,9 +111,8 class FileContentsManager(ContentsManager):
111 111
112 112 to be called on the path of a file just saved.
113 113
114 This can be used to
115 114 This can be used to process the file on disk,
116 such as converting the notebook to other formats, such as Python or HTML via nbconvert
115 such as converting the notebook to a script or HTML via nbconvert.
117 116
118 117 It will be called as (all arguments passed by keyword):
119 118
General Comments 0
You need to be logged in to leave comments. Login now