我可以只通过jupyter笔记本使用ipython吗?

时间:2018-06-19 10:01:19

标签: python ipython jupyter-notebook

我正在尝试执行以下教程:enter image description here

我设法做了第9步,就是用Jupyter运行程序,但是在第10步“在你选择的Python编辑器中打开脚本(例如PyCharm)并运行它”。我有以下错误:

Traceback (most recent call last):
  File "C:\Users\leahj\Documents\models-master\research\object_detection\object_detection_tutorial.py", line 40, in <module>
    get_ipython().run_line_magic('matplotlib', 'inline')
NameError: name 'get_ipython' is not defined

可能来自这条线:

get_ipython().run_line_magic('matplotlib', 'inline')

我已经下载了ipython模块但是从我的工作中我只能通过Jupyter使用它?这对步骤10的说明没有意义。任何想法?

顺便说一句,我仍然非常困惑为什么jupyter笔记本比IDLE shell更好,所以如果有人可以帮助我呢?

1 个答案:

答案 0 :(得分:0)

键入IPython它应该工作。 希望它有所帮助