Add alternatives to '%matplotlib inline' in numpy lesson #292
Comments
Can you point me to a resource that talks about the deprecation of Perhaps this is an install issue? IPython is now part of the Jupyter ecosystem, so to install it you should be doing |
I am using anaconda and have installed jupyter via conda. When I do '%matplotlib inline' I get the following error: No event loop integration for 'inline'. Supported event loops are: qt, qt4, qt5, gtk, gtk2, gtk3, tk, wx, pyglet, glut, osx I assumed this was a python 2 vs 3 issue, but maybe it's a problem with my machine (or with osx in general)? Have others run into this problem on their own or their students' computers? |
Are you running this command from a terminal or from a jupyter notebook. I get the same error from terminal, but not from inside a notebook. |
I'm using osx, but typing |
Am going through the 2nd edition of Python for Data Analysis now and |
In newer versions of python, 'inline' appears not to be a valid backend. Two alternatives are:
The text was updated successfully, but these errors were encountered: