##// END OF EJS Templates
Merge pull request #6412 from takluyver/sessions-rest-api-fix...
Merge pull request #6412 from takluyver/sessions-rest-api-fix Sessions rest api fix

File last commit:

r15672:8a560994
r17796:6ee949eb merge
Show More
style_python.tplx
21 lines | 630 B | text/plain | TextLexer
((= Python input/output style =))
((*- extends '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(language=resources.get('language'), strip_verbatim=True) | add_prompts )))
\end{Verbatim}
((* endblock input *))