문제

I use Windows 7 and Anaconda python distribution. I updated the IPython 2.0 already so when I use the following command

conda update conda 

Fetching package metadata: ..
# All requested packages already installed.
# packages in environment at C:\Users\XXX\Anaconda:
#
conda                     3.4.1                    py27_0

&

conda update ipython

Fetching package metadata: ..
# All requested packages already installed.
# packages in environment at C:\Users\XXX\Anaconda:
#
ipython                   2.0.0                    py27_0

But when I tried to click/open Ipython (Py 2.7) Notebook icon.... Ipython Shell is not opening in the browser. I think the link is lost. Does anybody faced the same situation with the new version of IPython 2.0

도움이 되었습니까?

해결책

Run conda update ipython-notebook.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top