2016-03-22 21 views
1

Aşağıdaki komut ve sonuçtır.anaconda ipython defter komutu jupyter not defterini açar?

[Anaconda2] C:\Users\Gurminder>ipython notebook 
[TerminalIPythonApp] WARNING | Subcommand `ipython notebook` is deprecated and will be removed in future versions. 
[TerminalIPythonApp] WARNING | You likely want to use `jupyter notebook`... continue in 5 sec. Press Ctrl-C to quit now. 
[I 17:56:25.760 NotebookApp] Serving notebooks from local directory: C:\Users\Gurminder 
[I 17:56:25.763 NotebookApp] 0 active kernels 
[I 17:56:25.763 NotebookApp] The IPython Notebook is running at: http://localhost:8888/ 
[I 17:56:25.766 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). 

Ve tarayıcıda ekran aşağıdaki gibidir: Ben ipython başlatmak için komut veriyorum zaman

enter image description here

Neden jupyter başlatıyor.

ipython dahil tüm paketleri güncelledim.

cevap

6

cevap IPython website üzerindedir: Daha önce ipython notebook olarak bilinen ne

Özetle

IPython is a growing project, with increasingly language-agnostic components. IPython 3.x was the last monolithic release of IPython, containing the notebook server, qtconsole, etc. As of IPython 4.0, the language-agnostic parts of the project: the notebook format, message protocol, qtconsole, notebook web application, etc. have moved to new projects under the name Jupyter. IPython itself is focused on interactive Python, part of which is providing a Python kernel for Jupyter.

, şimdi Jupyter defteridir. Adın dışında, pratik olarak aynıdır.

Alacağınız uyarı mesajında ​​böylece Hatta diyor ki:

[TerminalIPythonApp] WARNING | Subcommand `ipython notebook` is deprecated and will be removed in future versions. 
[TerminalIPythonApp] WARNING | You likely want to use `jupyter notebook`... continue in 5 sec. Press Ctrl-C to quit now. 

ipython notebook dışı kalmıştır ve bunun yerine jupyter notebook kullanmalıdır fakat ipython güzel oynar ve sizin için Jupyter dizüstü çalışır.

+0

fakat anakconda'daki tüm modülleri güncelledikten sonra bile neden bu tür dismoke edilmiş formatta jupyter gösteriliyor? –

+0

Bilmiyorum. Farklı bir tarayıcı denediniz mi? Bir stil sayfası eksik gibi görünüyor veya sayfa tam olarak yüklenmedi veya tarayıcı bir şey engeller ... (Bu sorunun bir parçası olduğunun farkında değildim.) – kazemakase

+0

jupyter not defteri bir kilitlenme verir: OSError: [Errno Yok bulunamadı] 2 –

İlgili konular