The iPython laptop will not be updated, it always works in v. 0.12

I have been having problems with my iPython laptop since installing it for the first time. I already installed iPython via pip install, but then decided to install Canopy Express to get all the packages and an easy to use package manager. I am on an MBP with Yosemite installed.

When I launch an ipython laptop through.

ipython notebook --pylab inline

in the terminal, the laptop works fine in Chrome.

But, then I check the version of iPython with

import IPython
IPython.__version__

he says 0.12 - this is not the latest version at all. And does not allow me, for example, to use (since magic is not added to this version) %matplotlib inline

If i try

pip install ipython --upgrade

I get:

"Requirement already up-to-date: ipython in /usr/local/lib/python2.7/site-packages"

When I check the Canopy package manager, it says that I have 2.3.1-2.

Any ideas?

, / python ipython, .
, . ?

PS. , ipython-, - , , -, jupyter?
, IP [y]: Notebook. ?

:

which -a ipython gives 

/Library/Frameworks/Python.framework/Versions/Current/bin/ipython
/usr/local/bin/ipython
/usr/local/bin/ipython
/usr/local/bin/ipython
/usr/local/bin/ipython

which -a python gives 

/Library/Frameworks/Python.framework/Versions/Current/bin/python
/usr/local/bin/python
/usr/local/bin/python
/usr/local/bin/python
/usr/local/bin/python
/usr/bin/python
0
1

.

1) OSX , : Python 2.7 Mac OS X 10.6.4?

2) .profile .bash_profile. python ( Anaconda). open -a TextEdit .profile

3)

4) Canopy Express. , Canopy python . .profile .bash_profile. .

5) Ran ipython notebook %pylab --inline , iPython!

+1

All Articles