##// END OF EJS Templates
Merge pull request #4230 from fperez/mpl-backends...
Merge pull request #4230 from fperez/mpl-backends Switch correctly to the user's default matplotlib backend after inline. If '%matplotlib inline' was called first, we'd incorrectly revert to inline when plain '%matplotlib' was called, instead of loading the user's default GUI. If the user called '%matplotlib' first (without 'inline') it worked correctly, but not in the other order. The fix is to read the backend from the original defaults, not from the runtime data structure. Requires matplotlib 1.1

File last commit:

r12234:a5feb16d
r12790:a562753f merge
Show More
style.less
22 lines | 530 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
@import "../components/font-awesome/build/assets/font-awesome/less/font-awesome.less";
@FontAwesomePath: "../components/font-awesome/build/assets/font-awesome/font";
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