I try to use matplotlib in ipython3 like this:
- Code: Select all
%matplotlib inline
And I get:
- Code: Select all
UnknownBackend: No event loop integration for 'inline'. Supported event loops are: qt, qt4, qt5, gtk, gtk2, gtk3, tk, wx, pyglet, glut, osx
It seems that I should install PyQt5. I tried with pip3 but it failed. It seems this time that PyQt5 needs python >= 3.5.x, while Mageia 5 has python 3.4.
What should I do ? Wait for Mageia 6 ? Compile python myself ? Is there a simpler solution ?
Gaël