[IPython-dev] [matplotlib-devel] IPython (new) + matplotlib report: happy news

Fernando Perez fperez.net at gmail.com
Tue Sep 14 20:39:14 EDT 2010


On Tue, Sep 14, 2010 at 12:57 PM, Benjamin Root <ben.root at ou.edu> wrote:
>
> Why not have an examples module that contains function calls to each
> example?  On the website, we can show the source code, but also say that one
> could just do:
>
>>>> import matplotlib.examples as ex
>>>> ex.bars3d_demo()

The idea is to have the *actual code* pasted in your terminal, because
now we can easily edit complex multi-line examples directly in
ipython.  So it's not just a matter of seeing the figure results, but
mostly of having the actual source in your input buffer to play with.

Cheers,

f



More information about the IPython-dev mailing list