##// END OF EJS Templates
change %result and add %%px --out foo...
change %result and add %%px --out foo %result now only displays the last result, but accepts the display-formatting options. %%px --out=foo stores the AsyncResult object for the execution in the user_ns.

File last commit:

r1261:a818e11a merge
r7472:8df45e09
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