<br><br><div class="gmail_quote">On Tue, Mar 27, 2012 at 22:29, klo uo <span dir="ltr"><<a href="mailto:klonuo@gmail.com">klonuo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
For qtconsole, trick seems to be --pylab=wx or if pylab is not desired perhaps setting wxagg as default MPL backend<br></blockquote><div><br></div><div>It is just a silly oversight that `--gui=foo` is not available at the command-line for the qtconsole. You can do `%gui wx` at runtime, which has the exact same effect, until we fix the cl flag. Can you open an Issue for that? It should be a tiny fix.</div>
<div><br></div><div>Technically, you can do this at startup by invoking the qtconsole with:</div><div><br></div><div> ipython qtconsole -c "%gui wx"</div><div><br></div><div>But I wouldn't actually recommend doing that as anything other than a temporary workaround.</div>
<div><br></div><div>-MinRK</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>_______________________________________________<br>
IPython-User mailing list<br>
<a href="mailto:IPython-User@scipy.org">IPython-User@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-user" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-user</a><br>
<br></blockquote></div><br>