##// END OF EJS Templates
Fix configurability of codecell...
Fix configurability of codecell code cell where actually not configurable, this fixes that + add a convenient methods to dump the content of the configuration in the config file. this also close #7896 by defaulting closebracket to true, which is now configurable :-) It also switches the default magic highlight mode to string so that they could also be configured.

File last commit:

r17291:d1162f79
r20604:8fd5f5a9
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";