##// 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

File last commit:

r19269:c2b5bb71
r19299:cf989ee0
Show More
altuploadform.less
28 lines | 448 B | text/x-less | LessCssLexer
/ IPython / html / static / tree / less / altuploadform.less
Matthias BUSSONNIER
alternate notebook upload methods...
r6838 /* We need an invisible input field on top of the sentense*/
/* "Drag file onto the list ..." */
.alternate_upload
{
background-color:none;
display: inline;
}
.alternate_upload.form
{
padding: 0;
margin:0;
}
.alternate_upload input.fileinput
{
Min RK
minor reflow of tree header...
r19269 display: inline;
Matthias BUSSONNIER
alternate notebook upload methods...
r6838 opacity: 0;
z-index: 2;
Min RK
minor reflow of tree header...
r19269 width: 12ex;
margin-right: -12ex;
}
.alternate_upload .input-overlay {
display: inline-block;
font-weight: bold;
Matthias BUSSONNIER
alternate notebook upload methods...
r6838 }