Last Updated: September 30, 2021
·
324
· vicow

iPython Notebook unable to import matplotlib.plot on Mac OS X

Just type the following:
cd ~/.matplotlib vi matplotlibrc
And then, write in there:
backend: TkAgg
Inspired by this StackOverfolw answer.