How to activate Ipython Notebook and QT Console with Python 3.4 in Anaconda 2.0(如何在 Anaconda 2.0 中使用 Python 3.4 激活 Ipython Notebook 和 QT 控制台)
问题描述
我已经在Window 7环境下安装了Anaconda 2.0.默认 Python 是 2.7,但也安装了 Python 3.4.我可以使用activate py3k"命令激活 Python 3.4.在此 Spyder IDE 与 Python 3.4 一起正常工作之后但1) 我无法使用 Python 3.4 启动 Ipython Notebook 和 QT Console2) 我无法默认使用 Python 3.4 启动 Anaconda(因此启动器也会启动三个应用程序 -Spyder、Ipython Notebook 和 Ipython QT Console 以及 python 3.4)
I have installed in Window 7 environment Anaconda 2.0. The default Python is 2.7 but also Python 3.4 is installed. I am able to activate Python 3.4 with the command "activate py3k". After this Spyder IDE does work right with Python 3.4 But 1) I'm not able to start Ipython Notebook and QT Console with Python 3.4 2) I'm not able to start Anaconda with Python 3.4 as default (so that also launcher starts the three apps -Spyder, Ipython Notebook and Ipython QT Console with python 3.4)
推荐答案
启动器始终指向根环境(Python 2).如果您已激活 Python 3 环境,则只需键入 ipython notebook
即可启动 notebook(与带有 ipython qtconsole
的 qtconsole 相同).
The launcher always points to the root environment (Python 2). If you have activated the Python 3 environment, you can launch the notebook by just typing ipython notebook
(and the same with the qtconsole with ipython qtconsole
).
这篇关于如何在 Anaconda 2.0 中使用 Python 3.4 激活 Ipython Notebook 和 QT 控制台的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Anaconda 2.0 中使用 Python 3.4 激活 Ipython No


基础教程推荐
- 在Python中从Azure BLOB存储中读取文件 2022-01-01
- PermissionError: pip 从 8.1.1 升级到 8.1.2 2022-01-01
- 在同一图形上绘制Bokeh的烛台和音量条 2022-01-01
- 求两个直方图的卷积 2022-01-01
- 修改列表中的数据帧不起作用 2022-01-01
- 包装空间模型 2022-01-01
- Plotly:如何设置绘图图形的样式,使其不显示缺失日期的间隙? 2022-01-01
- 无法导入 Pytorch [WinError 126] 找不到指定的模块 2022-01-01
- PANDA VALUE_COUNTS包含GROUP BY之前的所有值 2022-01-01
- 使用大型矩阵时禁止 Pycharm 输出中的自动换行符 2022-01-01