jupyter控制台和ipython

jupyter控制台和ipython,ipython,jupyter-console,Ipython,Jupyter Console,在我的conda环境中,我安装了jupyter和ipython。conda list jupyter和conda list ipython的结果如下: jupyter_客户端5.1.0 py35_0默认值 jupyter_控制台5.2.0 py35_0默认值 jupyter_contrib_型芯0.3.3 py35_0康达锻造厂 jupyter_contrib_nbextensions 0.3.1 py35_0康达锻造厂 jupyter_core 4.3.0 py35_0默认值 ipython

在我的conda环境中,我安装了
jupyter
ipython
conda list jupyter
conda list ipython
的结果如下:


jupyter_客户端5.1.0 py35_0默认值
jupyter_控制台5.2.0 py35_0默认值
jupyter_contrib_型芯0.3.3 py35_0康达锻造厂
jupyter_contrib_nbextensions 0.3.1 py35_0康达锻造厂
jupyter_core 4.3.0 py35_0默认值
ipython 6.1.0 py35_0默认值
ipython_genutils 0.1.0 py35_0默认值

从web上我发现,
jupyter
使用
ipython
内核。这是否意味着安装的
jupyter控制台
ipython
应该是同一件东西,并且应该在同一位置进行配置

我觉得它们是两个完全独立的东西,一个在
.jupyter
中配置,另一个在
.ipython
中配置

我是否需要完全放弃
ipython
而只使用
jupyter


还有一个问题:要配置
ipython
的编辑器,我使用
editor
环境变量,这很简单。要配置jupyter控制台的编辑器,文档说

%edit runs an external text editor. You will need to set the command
for this editor via the ``TerminalInteractiveShell.editor`` option in 
your configuration file before it will work.
但是在哪里设置呢?当我搜索互联网时,所有结果都指向
ipython
like。这真的很混乱