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

r19666:482edf5b
r20604:8fd5f5a9
Show More
kernelselector.less
10 lines | 185 B | text/x-less | LessCssLexer
Min RK
remove kernel selector from header...
r19596 #kernel_logo_widget {
.pull-right();
Thomas Kluyver
Use double resolution logo to support hires displays
r19378
Min RK
add text placeholder for kernels with no logo...
r19597 .current_kernel_logo {
display: none;
Min RK
remove kernel selector from header...
r19596 .navbar-vertical-align(32px);
Thomas Kluyver
Use double resolution logo to support hires displays
r19378 width: 32px;
height: 32px;
}
Thomas Kluyver
Style kernel name
r17372 }