##// END OF EJS Templates
make some target _blank configurable...
make some target _blank configurable there seem to be "only" 2 places where this make sens, the other being href in mdcell, detach pager, help link in new windows. set IPython._target = '_self' for try.jupyter.org shoudl work in custom.js

File last commit:

r19666:482edf5b
r20223:a8e1cc36
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 }