##// END OF EJS Templates
don't prevent spec_changed from firing on load...
don't prevent spec_changed from firing on load fixes check for the case where kernelspec info is coming from the kernel, rather than notebook metadata. This case was getting skipped by a bad check on `_session_starting`.

File last commit:

r17291:d1162f79
r20290:641ea822
Show More
style_noapp.less
15 lines | 306 B | text/x-less | LessCssLexer
/*!
*
* IPython notebook
*
*/
@import "variables.less";
@import "ansicolors.less";
@import "cell.less";
@import "codecell.less";
@import "codemirror.less";
@import "highlight.less";
@import "outputarea.less";
@import "renderedhtml.less";
@import "textcell.less";
@import "../../widgets/less/widgets.less";