##// END OF EJS Templates
Merge pull request #1621 from ivanov/clear-input-prompt-on-clear-all-output...
Merge pull request #1621 from ivanov/clear-input-prompt-on-clear-all-output clear In[] prompt numbers on "Clear All Output" For more version-control-friendly `.ipynb` files, this strips the `In[]` prompt numbers when doing a "Clear all output". This reduces the amount of noise in commit-to-commit diffs that would otherwise show the (highly variable) prompt number changes.

File last commit:

r5878:b0954abb
r6575:187d0090 merge
Show More
printnotebook.css
5 lines | 197 B | text/css | CssLexer
body { overflow: visible !important; }
div#notebook { overflow: visible !important; }
.ui-widget-content { border: 0px; }
#save_widget {margin: 0px !important;}
#header {display: none !important;}