Rick Muller wrote:
I want to create something like a mathematica notebook in wxpython.
That is, I want to be able to have a save-able record of an interactive
session, with the ability to embed graphics in the session:
----------------------------
>>> from Numeric import *
>>> x = arange(0,2*pi,0.1)
>>> plot(x,sin(x),cos(x)
[Image of the plot goes here]
-----------------------------
Good news! Such a tool already exists.
Visit the page Pages Persos Chez.com
It has everything you need, a Python shell, plot modules, a module
for displaying an image, the plot library, demo applications.
Feel free to ask for further information.
Some feedback is really welcome. Thanks.
Jean-Michel Fauth, Switzerland