2

在我的 conda 环境中,我同时安装了jupyteripython. conda list jupyter和的结果conda list ipython如下:

jupyter_client 5.1.0 py35_0 defaults jupyter_console 5.2.0 py35_0 defaults jupyter_contrib_core 0.3.3 py35_0 conda-forge jupyter_contrib_nbextensions 0.3.1 py35_0 conda-forge jupyter_core 4.3.0 py35_0 defaults ipython 6.1.0 py35_0 defaults ipython_genutils 0.1.0 py35_0 defaults

从网上我发现jupyter使用ipython内核。这不是说jupyter consoleipython安装应该是同一个东西,应该配置在同一个地方吗?

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

我需要ipython完全放弃并jupyter只使用吗?


还有一个问题:要配置ipython的编辑器,我使用EDITOR环境变量,这很容易。对于 configjupyter console的编辑器,文档说

%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喜欢这个。它真的很混乱。

4

0 回答 0