##// END OF EJS Templates
Add about dialog in Notebook Help Menu....
Add about dialog in Notebook Help Menu. This allow to get info on version of IPython when running remotely. The about dialog also send a kernel info request and display the banner which is useful for non-python kernel that don't match IPython version

File last commit:

r17429:d659744c
r18359:7fd73a83
Show More
pager.less
25 lines | 470 B | text/x-less | LessCssLexer
Brian E. Granger
Splitting notebook.less into separate files.
r10730 div#pager_splitter {
height: 8px;
Matthias BUSSONNIER
move styling from js to css
r17429 .border-box-sizing();
Brian E. Granger
Splitting notebook.less into separate files.
r10730 }
MinRK
pager styling...
r10914 #pager-container {
position: relative;
MinRK
reduce horizontal padding for pager-container
r10955 padding: 15px 0px;
Matthias BUSSONNIER
move styling from js to css
r17429 .border-box-sizing();
Brian E. Granger
Splitting notebook.less into separate files.
r10730 }
div#pager {
Brian E. Granger
Lots of CSS tweaks to get nbconvert output looking right.
r15733 font-size: @notebook_font_size;
line-height: @notebook_line_height;
Brian E. Granger
Splitting notebook.less into separate files.
r10730 overflow: auto;
display: none;
MinRK
pager styling...
r10914
pre {
line-height: @code_line_height;
Jonathan Frederic
Get notebook running with Bootstrap3
r16912 color: @text-color;
MinRK
pager styling...
r10914 background-color: @cell_background;
Brian E. Granger
Adjusting padding of output subareas and adding @code_padding.
r13687 padding: @code_padding;
MinRK
pager styling...
r10914 }
Matthias BUSSONNIER
move styling from js to css
r17429 .border-box-sizing();
Brian E. Granger
Splitting notebook.less into separate files.
r10730 }