【发布时间】:2015-03-19 16:26:38
【问题描述】:
我已经用 pip 安装了 ipython,但是我无法启动 ipython Notebook。 我是python的菜鸟,开始学习不超过一周。 我正在尝试找出解决问题所需的内容。
顺便说一句,我用 pip 命令安装了 ipython,并在下面的 windows powershell 上运行了该命令:
Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. All rights reserved.
PS C:\Users\Nimesh> ipython
Python 2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500 32 bit (Intel)]
Type "copyright", "credits" or "license" for more information.
IPython 3.0.0 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
In [1]:
所以,ipython 已安装,但我不确定是否需要安装其他任何东西。
【问题讨论】:
-
您是如何尝试启动 ipython notebook 的,尝试时遇到什么错误?
-
我尝试使用命令行 ipython 笔记本,但它给了我一个错误。但是stackoverflow不允许我上传图片,除非我有10分。我在这里也很新。
-
你能把它上传到其他地方或者写下它告诉你的内容吗?
-
您不需要图像,文本的简单复制粘贴就可以了。如果你认为你有依赖问题,你可以尝试安装Anaconda - 它应该给你你需要的一切。
-
感谢您的回复。我安装了 Anaconda,现在它按预期运行。 @Ajean 有没有一种方法可以让你大声呼喊帮助我?让我知道,我很乐意这样做。
标签: python-2.7 powershell windows-7 ipython ipython-notebook