##// END OF EJS Templates
use KernelApp.exec_lines/files in IPEngineApp...
use KernelApp.exec_lines/files in IPEngineApp should be backported to 0.13.1, because engine startup code was impossible to configure.

File last commit:

r1261:a818e11a merge
r8062:14f71f0c
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