##// END OF EJS Templates
- Add numpy support to %whos...
- Add numpy support to %whos - Disable pkgutil.walk_packages from stock completers, b/c it's fairly dangerous.

File last commit:

r0:6f629fcc
r585:faba025b
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