##// END OF EJS Templates
Fixing issues with js tests....
Fixing issues with js tests. * Closing old pages to prevent fd leaks. * Making sure kernels are killed to prevent fd leaks. * Moving towards deleting old notebooks (this is not done, but this should be merged as is).

File last commit:

r13925:7a8be7be
r14965:bf533943
Show More
style_bw_python.tplx
13 lines | 364 B | text/plain | TextLexer
Jonathan Frederic
Added black and white python style
r12712 ((= Black&white Python input/output style =))
Thomas Kluyver
Remove magic for loading templates from module names
r13925 ((*- extends 'base.tplx' -*))
Jonathan Frederic
Added black and white python style
r12712
%===============================================================================
% Input
%===============================================================================
((* block input scoped *))
\begin{verbatim}
((( cell.input | add_prompts )))
\end{verbatim}
((* endblock input *))