##// END OF EJS Templates
allow IPythonWidget.in_prompt to exclude input number...
allow IPythonWidget.in_prompt to exclude input number This allows common prompts like '>>> ' in the QtConsole, and prevents failures of string formatting from crashing the console.

File last commit:

r1261:a818e11a merge
r4478:9843479a
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