我已经用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已经安装了,但是我不确定是否还有其他需要安装的东西。
发布于 2015-03-20 00:51:52
我认为您实际上应该运行"ipython notebook“来运行笔记本服务器。
https://stackoverflow.com/questions/29149980
复制相似问题