##// END OF EJS Templates
Do no use bare except:...
Do no use bare except: except: catches BaseException, which includes KeyboardInterrupt, which means that ^C doesn't work.
Zbigniew Jędrzejewski-Szmek -
r10796:a6924fbb
Show More
Name Size Modified Last Commit Author
/ nbconvert / filters
__init__.py Loading ...
ansi.py Loading ...
datatypefilter.py Loading ...
highlight.py Loading ...
latex.py Loading ...
markdown.py Loading ...
strings.py Loading ...