标签: python-3.x compiler-errors ipython
我正在尝试使用ipython(3.5版本)运行以下几行:
import sys from init_mooc_nb import * init_notebook()
我想帮助找出错误是什么(见下文)。
提前谢谢。
Complete Error
答案 0 :(得分:0)
这可能是ipython笔记本的一部分,需要在ipython笔记本中运行...(从命令行使用例如jupyter notebook或ipython -notebook来启动它...)< / p>
jupyter notebook
ipython -notebook