添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
christina joce

Posted on 1st September 2024 | 611 views

0
votes

Matplotlib Inline Invalid Syntax

How to resolve %matplotlib.inline SyntaxError: invalid syntax?

Is there any alternative way for %matplotlib inline, if I am using this I see an error called %matplotlib.inline SyntaxError: invalid syntax.

1 answers
Answers
P
sumana reddy

Posted on 1st September 2024 | views

%matplotlib.inline is a command as Jupyter Notebook. For IDLE, just write the plotting code, without that inline command, plus it must be capable of creating this plot.