[IPython-dev] Testing IPython 3.0

Nicholas Bollweg nick.bollweg at gmail.com
Wed Nov 19 11:13:37 EST 2014


There aren't any binaries, yet, so I don't think you can conda install...

The usual isn't too bad: shouldn't be any different than this:

>
> http://ipython.org/ipython-doc/dev/install/install.html#installing-the-development-version
>
which is just:

$ git clone --recursive https://github.com/ipython/ipython.git$ cd
ipython$ python setup.py install

If you want all the bells and whistles (notebook, tests, etc), i'd follow
it up with:

$ pip install -e .[all]


On Wed, Nov 19, 2014 at 7:10 AM, thwiouz <maidos93 at laposte.net> wrote:

> Hi,
>
> I wanted to know how to install IPython 3.0 into a new environment using
> Anaconda.
>
> Thanks a lot
>
>
>
> --
> View this message in context:
> http://python.6.x6.nabble.com/Testing-IPython-3-0-tp5078073.html
> Sent from the IPython - Development mailing list archive at Nabble.com.
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20141119/629a4914/attachment.html>


More information about the IPython-dev mailing list