[IPython-User] switch between inline mode and interactive plotting in notebook?
Zoltán Vörös
zvoros@gmail....
Tue Jan 1 10:07:51 CST 2013
In the development version, you should be able to do something like this
%pylab inline
plot(...)
%pylab gtk
plot(...)
and that will pop up a plot window.
I hope this helps,
Zoltán
On 01/01/2013 05:03 PM, Chao YUE wrote:
> Dear all,
>
> I always use ipython notebook --pylab or ipython notebook --pylab
> inline when I want to make plots in
> interactive mode or with inline mode? is there some trick I can switch
> between the two with the same
> notebook? because many times when I open with inline mode, I found
> myself also in need of interactive,
> my solution now is to open another notebook session but without
> inline, and then open the same notebook file.
>
> thanks,
>
> Chao
More information about the IPython-User
mailing list