##// END OF EJS Templates
Use user_ns as global namespace if it is passed without user_module, and add test for pickling interactively defined objects....
Use user_ns as global namespace if it is passed without user_module, and add test for pickling interactively defined objects. Closes gh-29

File last commit:

r1261:a818e11a merge
r5456:b4609459
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