[Python-modules-team] welcome ipython01x* packages with notebooks for Debian systems
Fernando Perez
Fernando.Perez at berkeley.edu
Sat Oct 1 02:12:20 UTC 2011
Thank you, madman. Now, please get on your meds again before you do
something truly dangerous :)
On Fri, Sep 30, 2011 at 19:04, Yaroslav Halchenko <yoh at dartmouth.edu> wrote:
> First of all I would like to express my apologies
> 2. to Fernando for finally doing something what he refused to do, i.e.
> giving this backward incompatible version of IPython
> some versioning suffix in its name for a right to co-exist with 0.10 ;)
We'll see about accepting that apology... ;)
> ipython01x notebook --pylab=inline
Should mention that the --pylab flag is only needed if you want plots,
otherwise you get a 'normal' ipython. And you can also choose not to
use the inline option, then you get regular floating-window figures,
which you can still 'paste' into the notebook with
display(gcf())
for one, or
display(*getfigs())
for all of them. See the dosctrings for display and getfigs for details.
> 6. "Firefox 4 and 5 are also supported by you have to enable
> WebSockets in about:config.")
> Otherwise -- it seems to work and indeed quite fun. For a quick review of what
> I am talking about see
> http://lighthouseinthesky.blogspot.com/2011/09/review-ipython-notebooks.html
Some more reviews:
http://lighthouseinthesky.blogspot.com/2011/09/ipython-notebooks-second-impressions.html
http://wesmckinney.com/blog/?p=202
and the mini-docs we have so far on the subject:
http://ipython.org/ipython-doc/dev/interactive/htmlnotebook.html
Thanks again, Yarik!
Best,
f
More information about the Python-modules-team
mailing list