##// END OF EJS Templates
Merge pull request #1862 from minrk/bindkernel...
Merge pull request #1862 from minrk/bindkernel Minor bind_kernel improvements. * `bind_kernel()` on an already bound kernel is a no-op. * `%qtconsole` on an engine implies bind_kernel * add bind_kernel, and `%px %qtconsole` to docs

File last commit:

r1261:a818e11a merge
r7315:7e71399b merge
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