关于python 3.x:名称错误:未定义名称“get_ipython”

Name Error: name 'get_ipython' is not defined

我正在尝试使用ipython(3.5版本)运行以下几行:

1
2
3
import sys
from init_mooc_nb import *
init_notebook()

我想帮助找出错误是什么(见下文)。

先感谢您。

完成错误


这可能是ipython笔记本的一部分,需要在ipython笔记本中运行...(从命令行使用例如jupyter notebookipython -notebook来启动它...)