##// END OF EJS Templates
Add new %debug magic, activates the interactive debugger immediately on the...
Add new %debug magic, activates the interactive debugger immediately on the last traceback without having to rerun any code.

File last commit:

r0:6f629fcc
r470:604e5837
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
#!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx