Issue
I am getting an error on the following line in my Jupyter Notebook
% matplotlib inline
I am using Python version 3.7, ipython version 7.0.1
Solution
Spell it as two words, rather than three:
%matplotlib inline
Answered By - J_H
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.