##// END OF EJS Templates
Merge pull request #4314 from minrk/eaccess...
Merge pull request #4314 from minrk/eaccess catch EACCES when binding notebook app can come up for low ports on *ix, or user access control restrictions on Windows. closes #4308

File last commit:

r12742:c74425a8
r12866:e1d4a1d0 merge
Show More
style_python.tplx
21 lines | 600 B | text/plain | TextLexer
((= Python input/output style =))
((*- extends 'latex_base.tplx' -*))
% Custom definitions
((* block definitions *))
((( super() )))
% Pygments definitions
((( resources.latex.pygments_definitions )))
((* endblock definitions *))
%===============================================================================
% Input
%===============================================================================
((* block input scoped *))
\begin{Verbatim}[commandchars=\\\{\}]
((( cell.input | highlight2latex(strip_verbatim=True) | add_prompts )))
\end{Verbatim}
((* endblock input *))