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

r19287:96eaaf4c
r20290:641ea822
Show More
highlight-refs.less
5 lines | 228 B | text/x-less | LessCssLexer
Nicholas Bollweg (Nick)
removing monkeypatch, importing rest of codemirror default theme
r19287 /* load the codemirror defaults as LESS so that highlight.less
can load default theme declarations by reference without pulling in the
nasty positioning
*/
@import (less) "../../components/codemirror/lib/codemirror.css";