2016-03-22 3 views
1

Ниже приведена команда и результат.Команда ipython notebook в анаконде открывает ноутбук jupyter?

[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). 

И дисплей в браузере выглядит следующим образом:

enter image description here

Почему запуск jupyter, когда я даю команду, чтобы запустить IPython.

Я обновил все пакеты, включая ipython.

ответ

6

Ответ на IPython website:

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.

В общем, то, что ранее было известно как ноутбук IPython теперь ноутбук Jupyter. Помимо названия, они практически одинаковы.

Он даже говорит, что это в предупредительном сообщении вы получите:

[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 устарели и вы должны использовать jupyter notebook вместо этого, но IPython играет хорошо и работает ноутбук Jupyter для вас.

+0

нормально, но даже после обновления всех модулей в anaconda, почему он отображает jupyter в таком дезориентированном формате? –

+0

Не знаю. Вы пробовали другой браузер? Похоже, что таблица стилей отсутствует или страница не загружается полностью, или браузер блокирует что-то ... (я не знал, что это было частью вопроса.) – kazemakase

+0

jupyter notebook дает сбой: OSError: [Errno Нет не найден] 2 –

Смежные вопросы