我已经用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但是我不确定是否还需要安装其他东西。
答案 0 :(得分:2)
我认为你实际上应该运行" ipython notebook
"运行笔记本电脑服务器。