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 <[email protected]> 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 _______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

