IPython in ZODB debug session
by
Reed O'Brien
—
last modified
May 19, 2010 07:12 PM
notes to myself to remember how to do this, again
>>> import IPython >>> IPython.Shell.IPShell().mainloop(sys_exit=1) >>> %autocall Automatic calling is: OFF >>> app = __IP.internal_ns['app'] >>> app <Application at >
