Module ipython_view
source code
Provides IPython console widget
@author: Eitan Isaacson
@organization: IBM Corporation
@copyright: Copyright (c) 2007 IBM Corporation
@license: BSD
All rights reserved. This program and the accompanying materials are made
available under the terms of the BSD which accompanies this distribution, and
is available at U{http://www.opensource.org/licenses/bsd-license.php}
|
|
IterableIPShell
Create an IPython instance.
|
|
|
ConsoleView
Specialized text view for console-like workflow
|
|
|
IPythonView
Sub-class of both modified IPython shell and L{ConsoleView} this makes
a GTK+ IPython console.
|
Imports:
gtk,
gobject,
re,
sys,
os,
pango,
StringIO