[IPython-dev] Splitting interact() to non-blocking parts
Ville M. Vainio
vivainio at gmail.com
Wed Jan 16 16:15:02 EST 2008
As previously seen, there is need for non-blocking interact(), for GUI use
I figured I'll add few extra functions to InteractiveShell to provide for this
interact_prompt - displays prompt
interact_handle_input(s) - handles input
of course normal interact can be implemented using these & raw_input.
It should then be possible to just instantiate interactiveshell and
start calling these in succession from GUI.
--
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'
More information about the IPython-dev
mailing list