Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #13185 > unrolled thread

ipython -wthread vs. ipython -pylab

Started byWolfram Brenig <w.brenig@tu-bs.de>
First post2011-09-12 17:39 +0200
Last post2011-09-12 17:39 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  ipython -wthread vs.  ipython -pylab Wolfram Brenig <w.brenig@tu-bs.de> - 2011-09-12 17:39 +0200

#13185 — ipython -wthread vs. ipython -pylab

FromWolfram Brenig <w.brenig@tu-bs.de>
Date2011-09-12 17:39 +0200
Subjectipython -wthread vs. ipython -pylab
Message-ID<9d6n9cFs53U1@mid.dfncis.de>
Hi,

I have a problem with the ipython shell: frequently, within one session 
I would like to do 2D plotting, using  matplotlib, as well as 3D 
visualization using mayavi

The man page for ipython, matplotlib, and mayavi tell me, that I must 
invoke ipython with
ipython -wthread for mayavi and
ipython -pylab for matplotlib
in order to avoid blocking (which indeed happens if I don't
use those options).
However, ipython's manpage also states, that only one of -wthread or 
-pylab can be given?

Does that imply I have to get out of the shell each time I want to 
switch from matplotlib to mayavi usage? Most likely no. But what should 
I do?

Thanks for your help

Wolfram

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web