##// END OF EJS Templates
use Singleton.instance() for embed() instead of manual global...
use Singleton.instance() for embed() instead of manual global Any use of get_ipython() could cause funky misbehaving, potentially invoking another InteractiveShell instance. One change is calling IPython.embed() from inside a running IPython session will now result in a MultipleInstanceError. closes #1884

File last commit:

r7846:e288666b
r8385:c1d0b69a
Show More
.gitattributes
5 lines | 109 B | text/plain | TextLexer
IPython/.git_commit_info.ini export-subst
* text=auto
*.py diff=python
*.js diff=javascript
*.html diff=html