IPython just received a $1.15 million dollar grant from the Alfred P. Sloan Foundation [1], so if you think it does amazing things today (it does), the future looks very bright indeed!<div><br></div><div>Anyone who saw Brandon's talk at the last COhPy meeting can attest to the power of the IPython console and IPython Notebook.</div>

<div><br></div><div>[1] <a href="http://mail.scipy.org/pipermail/ipython-dev/2012-December/010799.html">http://mail.scipy.org/pipermail/ipython-dev/2012-December/010799.html</a></div><div><br></div><div>-Eric</div><div><br>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Nov 15, 2012 at 7:53 PM,  <span dir="ltr"><<a href="mailto:jep200404@columbus.rr.com" target="_blank">jep200404@columbus.rr.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Several local folks have already been using IPython, or have<br>
started using IPython and pandas recently because of the newly<br>
published "Python for Data Analysis"[1]. At least one person<br>
had difficulty installing pandas and/or ipython with pip<br>
in a virtualenv under Centos 6.3, so here's a recipe for such.<br>
<br>
Some of the following system packages might not be necessary.<br>
Also, more system packages might be required that are not listed below.<br>
Please post corrections.<br>
sudo yum install python-devel<br>
sudo yum install gcc-c++<br>
sudo yum install freetype<br>
sudo yum install freetype-devel<br>
sudo yum install libpng-devel<br>
<br>
virtualenv env<br>
source env/bin/activate<br>
pip install numpy<br>
pip install matplotlib<br>
pip install pandas<br>
pip install ipython<br>
<br>
[1] Python for Data Analysis<br>
    Wes McKinney<br>
    O'Reilly<br>
    978-1-449-31979-3<br>
    Jason Conaway might be particularly interested in Chapter 11.<br>
<br>
_______________________________________________<br>
CentralOH mailing list<br>
<a href="mailto:CentralOH@python.org">CentralOH@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/centraloh" target="_blank">http://mail.python.org/mailman/listinfo/centraloh</a><br>
</blockquote></div><br></div>