[IPython-dev] Re: Notebook roadmap

Robert Kern rkern at ucsd.edu
Tue Jul 5 18:09:39 EDT 2005


Fernando Perez wrote:

> Robert, is your code available anywhere?  This could be used as a 
> starter by Toni on the document work, as well as providing Tzanko a 
> mockup target to load.

The current snaphsot is available here:

http://starship.python.net/~kernr/notebook.tar.gz

It requires Python 2.4 (can be backported by moving @classmethod down to 
"foo = classmethod(foo)" and changing some generator expressions to list 
comprehensions) and ElementTree. It will use cElementTree if available.

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter




More information about the IPython-dev mailing list