##// END OF EJS Templates
add silent kwarg to run_cell...
add silent kwarg to run_cell This explicitly omits the actions described in the message spec: * history/logger * displayhook * post-exec

File last commit:

r1261:a818e11a merge
r6802:99269aff
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