Google Sommer of Code 2006 Projects
Add a real GUI to ipipe
IPython 0.7.2 will contain a new extensions module named ipipe, which adds "piping" generators to produce shell like pipeline behaviour with python data. (See ipipe recipes for a list of examples.)
Currently ipipe contains a curses based object browser, which looks like this (on the Mac):
The goal of this SoC project is to add an object browser based on wxPython or wax to ipipe.
Attachments
- ipipe-iwalk.gif (37.0 kB) -
IPython shell browsing the output of the iwalk pipe
, added by walter.doerwald on 05/02/06 15:58:53. - ipipe-sysmodules.gif (44.4 kB) -
Browsing sys.modules
, added by walter.doerwald on 05/02/06 16:04:32.

