ReferenceError: IPython is not defined

ReferenceError: IPython is not defined

Problem Description

I use ipython and matplotlib as a package and I meet the error when I try to plot something in vscode.

Solution

I use the %matplotlib notebook here before which caused an error. Replacing the %matplotlib notebook with %matplotlib inline would solve the problem.

posted @ 2020-11-08 13:11  Harry666  阅读(1611)  评论(0编辑  收藏  举报