##// END OF EJS Templates
add InteractiveShell.display_page config...
add InteractiveShell.display_page config sends all pager output to regular output instead of pager pagers are registered via the already-existing show_in_pager hook, rather than clobbering like we used to do in `install_payload_page`

File last commit:

r16255:8357bd54
r19387:c0ca9867
Show More
ipython.less
9 lines | 271 B | text/x-less | LessCssLexer
// minimal imports from bootstrap - only variables and mixins
@import "../components/bootstrap/less/variables.less";
@import "../components/bootstrap/less/mixins.less";
// base
@import "../base/less/style.less";
// notebook
@import "../notebook/less/style_noapp.less";