##// 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:

r11033:fa36e98f
r12790:a562753f merge
Show More
variables.less
9 lines | 295 B | text/x-less | LessCssLexer
Brian E. Granger
More movign around of things in notebook and js/less.
r10703
Brian E. Granger
Going back to a single style.less and style.min.css.
r10714 // Our own variables for this page
Brian E. Granger
Adding files that I mised in the last commit.
r10713
Brian E. Granger
Fixing global less vars to use bootstrap.
r10727 @cell_selected_background: darken(@bodyBackground, 2%);
@cell_background: darken(@bodyBackground, 3.2%);
Brian E. Granger
Cleaning up less/css.
r10707 @border_color: darken(@cell_selected_background, 31%);
@light_border_color: darken(@cell_selected_background, 17%);
Brian E. Granger
Fixing less variable names to use_the_right_convention.
r10715 @border_width: 1px;
Brian E. Granger
Adding files that I mised in the last commit.
r10713