Skip to content

Instantly share code, notes, and snippets.

@chmouel
Created September 28, 2011 10:10
Show Gist options
  • Save chmouel/1247557 to your computer and use it in GitHub Desktop.
Save chmouel/1247557 to your computer and use it in GitHub Desktop.
Ipython 0.11 embedding shell
from IPython.frontend.terminal.embed import InteractiveShellEmbed
shell = InteractiveShellEmbed(); shell()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment