【发布时间】:2018-08-06 04:05:12
【问题描述】:
ipython notebook项目改名为jupyter后,我一直认为ipython notebook和jupyter notebook是一样的,而ipythonshell只是jupyter console的别名。今天我意识到ipython 没有定义connect_info 魔法,因此无法从不同的后端连接。
我的 conda 中安装了以下组件:
ipython 6.1.0 py36_0 defaults
jupyter 1.0.0 py36_4 defaults
jupyter_client 5.2.3 py36_0 defaults
jupyter_console 5.2.0 py36he59e554_1 defaults
jupyter_contrib_core 0.3.3 py36_1 conda-forge
jupyter_contrib_nbextensions 0.5.0 py36_0 conda-forge
jupyter_core 4.4.0 py36h7c827e3_0 defaults
我有以下问题:
- 这个版本的
ipython和这个版本的jupyter console是什么关系? -
ipython notebook(在ipython 6.1.0中已弃用)是否与jupyter库共享一些组件;还是ipython notebook仍然是独立的? -
ipython和jupyter有依赖关系吗?
【问题讨论】: