##// 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:

r7632:710899f7
r8385:c1d0b69a
Show More
.gitignore
14 lines | 167 B | text/plain | TextLexer
MANIFEST
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/gh-pages
IPython/frontend/html/notebook/static/mathjax
*.py[co]
build
*.egg-info
*~
*.bak
.tox