##// END OF EJS Templates
make some target _blank configurable...
make some target _blank configurable there seem to be "only" 2 places where this make sens, the other being href in mdcell, detach pager, help link in new windows. set IPython._target = '_self' for try.jupyter.org shoudl work in custom.js

File last commit:

r18580:ba8461eb
r20223:a8e1cc36
Show More
style_python.tplx
21 lines | 594 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.source | highlight_code(strip_verbatim=True) | add_prompts )))
\end{Verbatim}
((* endblock input *))