##// END OF EJS Templates
Add event to kernel execution/shell reply....
Add event to kernel execution/shell reply. This should allow to hook more easily phantomjs for testing.

File last commit:

r7780:a59dd57c
r8605:af999fb1
Show More
printnotebook.css
7 lines | 271 B | text/css | CssLexer
Brian Granger
Fixing minor things in the printing.
r5876 body { overflow: visible !important; }
div#notebook { overflow: visible !important; }
Brian Granger
Created new print view for notebook printing.
r5875 .ui-widget-content { border: 0px; }
#save_widget {margin: 0px !important;}
Matthias BUSSONNIER
Allow direct print of the notebook....
r7780 #header,#pager,#pager_splitter,#menubar,#toolbar {display: none !important;}
.cell { border:none !important}