##// END OF EJS Templates
run cells with `silent=True` in `%run nb.ipynb`...
run cells with `silent=True` in `%run nb.ipynb` - more consistent with running scripts - avoids a bunch of uncapturable `Out[n]: ` outputs when running a notebook.

File last commit:

r14959:d9e11cf1
r16554:5e782839
Show More
style.less
22 lines | 478 B | text/x-less | LessCssLexer
Brian E. Granger
Going back to a single style.less and style.min.css.
r10714 // Bootstrap
MinRK
inherit bootstrap properly...
r10913 @import "../components/bootstrap/less/bootstrap.less";
MinRK
use responsive bootstrap
r10900 @import "../components/bootstrap/less/responsive.less";
Brian E. Granger
Going back to a single style.less and style.min.css.
r10714
MinRK
move font-awesome to style.less from notebook-specific less...
r11338 // Font-Awesome
MinRK
font-awesome 3.2 moved resources
r14959 @import "../components/font-awesome/less/font-awesome.less";
@FontAwesomePath: "../components/font-awesome/font";
MinRK
move font-awesome to style.less from notebook-specific less...
r11338
Brian E. Granger
Going back to a single style.less and style.min.css.
r10714 // base
Brian E. Granger
Adding style.less to each subdir - but still use global style.less
r10718 @import "../base/less/style.less";
Matthias BUSSONNIER
do not include specific css in embedable one
r12234 @import "../base/less/page.less";
Brian E. Granger
Going back to a single style.less and style.min.css.
r10714
// auth
Brian E. Granger
Adding style.less to each subdir - but still use global style.less
r10718 @import "../auth/less/style.less";
Brian E. Granger
Going back to a single style.less and style.min.css.
r10714
Brian E. Granger
Playing with the order of less imports.
r10720 // tree
@import "../tree/less/style.less";
Brian E. Granger
Renaming notebooks->notebook in less and templates.
r10722 // notebook
@import "../notebook/less/style.less";
Brian E. Granger
Going back to a single style.less and style.min.css.
r10714
Brian E. Granger
Playing with the order of less imports.
r10720