##// END OF EJS Templates
add config file inheritance to kernelapp...
add config file inheritance to kernelapp Add KernelApp.parent_appname configurable, which sets the default config file. Frontends should specify this in the arguments they pass to kernels they start. closes gh-544

File last commit:

r1261:a818e11a merge
r4118:e147141c
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