Receiving an error Python 2.7.8 when using code %matplotlib inline -
when use code:
%matplotlib inline
i receive error message saying
usageerror: invalid gui request u'inline', valid ones are:['osx','qt4', 'glut', 'gtk3', 'pyglet', 'wx','none', 'qt', none,'gtk','tk']
i'm running python 2.7.8
in anaconda 2.1.0
on windows 8 64 bit.
Comments
Post a Comment