##// END OF EJS Templates
ensure load_connection_file works after self.session is created...
ensure load_connection_file works after self.session is created only write to config if self.session hasn’t been instantiated, otherwise write to session attrs.

File last commit:

r13925:7a8be7be
r16729:d55d379c
Show More
style_bw_python.tplx
13 lines | 364 B | text/plain | TextLexer
((= Black&white Python input/output style =))
((*- extends 'base.tplx' -*))
%===============================================================================
% Input
%===============================================================================
((* block input scoped *))
\begin{verbatim}
((( cell.input | add_prompts )))
\end{verbatim}
((* endblock input *))