On Fri, Jun 26, 2009 at 3:16 PM, Dennis Muhlestein <span dir="ltr"><<a href="mailto:djmuhlestein@gmail.com">djmuhlestein@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br>
<br>
Could you try the attached snippet?<br>
<br>
Just do:<br>
<br>
"python ipy.py"<br>
</blockquote>
<br>
<br></div>
I get a pylab plot which blocks ipython until the plot is closed, then the console drops to an ipython shell.<br><font color="#888888">
<br>
-Dennis<br>
</font></blockquote></div><br>Interesting.<br><br>On my Fedora, plot doesn't block the Ipython entry. They happily live by eachother.<br><br>One thing I modified in the Shell.py (inside IPython folder) is to make sure that I am always starting with pylab:<br>
<br> #user_opts = set([s.replace('-','') for s in argv[:3]])<br> user_opts = set(['pylab'])<br><br>Could you try with this?<br><br><br>