python - 打开 Spyder 时不打开 IPython 控制台

标签 python ipython spyder

我正在使用 Spyder 2.3.7 以及 Python 2.7.10 和 Pandas 0.17.0。当我打开 Spyder 时,IPython 控制台会连接到内核并打开。我不想通过 Spyder 使用 IPython。有没有办法让它在我启动 Spyder 时不会尝试打开?如何更改 IPython 的入口点?我只是希望它在启动时使用控制台,并且仅在我指定时打开 IPython。

最佳答案

(这里是 Spyder dev)要默认不加载 IPython 控制台,您需要按右上角的 x 按钮关闭其相应的 Pane ,如下所示如下图所示

enter image description here

然后您需要关闭 Spyder 并重新启动它。

关于python - 打开 Spyder 时不打开 IPython 控制台,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33677425/

相关文章:

python - 无法将 .xlsx 导入 Python : No such file or directory

python - 制作填充图 Matplotlib - 错误 : invalid type promotion

Python循环遍历Excel工作表,放入一个df

python - timeit 的奇怪结果

python - 在 Jupyter 中使用浏览按钮上传文件并使用/保存它们

python - 调用 IPython embed() 时超时

python - 从模块调用方法

python - Python 中的 Pandas 平均值 : Combining groupby mean with conditional statement

python - 向后打印元组

python - 我可以从 python 中的数字中得到分数吗?