<div dir="ltr">Hi guys,<div><br></div><div>I'm seeing strange behaviour with the %matplotlib qt magic on OS X 10.9 when using Mayavi.</div><div><br></div><div>Basically, on creation of a notebook (with only `ipython notebook` being run, no pylab/gui mode set), running a cell like this:</div>
<div><br></div><div>%matplotlib qt</div><div>... import + do work with mayavi</div><div><br></div><div>Causes the kernel to hang, whereas</div><div><br></div><div>%matplotlib qt  # returns fine</div><div>-- NEW CELL --</div>
<div>... import + do work with mayavi  # returns fine<br></div><div><br></div><div>works as expected.</div><div><br></div><div><div>I've exemplified it in a notebook, with additional details:</div><div><a href="http://nbviewer.ipython.org/gist/jabooth/8770104">http://nbviewer.ipython.org/gist/jabooth/8770104</a><br>
</div></div><div><br></div><div>Any ideas what might be causing this? I thought App Nap might be an issue, but I see a fix has already been issued for this: <a href="https://github.com/ipython/ipython/pull/4453">https://github.com/ipython/ipython/pull/4453</a></div>
<div><br></div><div>Note I am running off a recent master.</div><div><br></div><div>Best wishes</div><div>James</div><div><br></div></div>