<div class="gmail_quote">On 12 March 2012 06:04, Tony Cappellini <span dir="ltr"><<a href="mailto:cappy2112@gmail.com">cappy2112@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div></div><div>What do I need to do to get this new feature (while hopefully not introducing any new problems in my iPython installation on OSX)?</div></blockquote></div><br>The simplest thing to do is just to run the development version - we do most development in feature branches, so master is fairly stable. If you "git clone git://<a href="http://github.com/ipython/ipython.git">github.com/ipython/ipython.git</a>", then run "python setup.py install" inside that folder, you'll get the latest version. To update, "git pull" and install again.<br>
<br>Thanks,<br>Thomas<br>