##// END OF EJS Templates
Don't blend kernel and frontend CLI args...
Don't blend kernel and frontend CLI args kernel args can be passed after `--`: ipython qtconsole -- --matplotlib inline ipython qtconsole --kernel julia -- --some-julia-flag

File last commit:

r16912:30744239
r20890:3a98b55a
Show More
quickhelp.less
15 lines | 221 B | text/x-less | LessCssLexer
.quickhelp {
.hbox();
}
.shortcut_key {
display: inline-block;
width: 20ex;
text-align: right;
font-family: @font-family-monospace;
}
.shortcut_descr {
display: inline-block;
.box-flex1();
}