I am working on a python program that using matplotlib. I have it installed into the program, but when I try to add "%matplotlib inline" I am getting syntax errors.
import matplotlib.pyplot as plt
%matplotlib inline
When I test with just these two lines, I am returning a syntax error on the "%". I have tried reinstalling matplotlib through pip to no avail. Any help would be appreciated.