Discussion:
[Pyzo] %matplotlib inline not supported?
l***@gmail.com
2017-08-04 13:11:49 UTC
Permalink
On win10, with shell configuration exe:
"D:\WinPython-64bit-3.6.1.0Qt5\python-3.6.1.amd64\python.exe"
embedding matplotlib plots with magic command using

%matplotlib inline

does not work. The error is:
NotImplementedError: Implement enable_gui in a subclass


Request: can embedded plots be made the default?
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Marco
2017-08-11 10:14:23 UTC
Permalink
On win10, with shell configuration exe: "D:\WinPython-64bit-3.6.1.0Qt5\python-3.6.1.amd64\python.exe"
embedding matplotlib plots with magic command using
%matplotlib inline 
NotImplementedError: Implement enable_gui in a subclass
Request: can embedded plots be made the default?
I'm also really interested in this question!
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
d***@gmail.com
2017-10-11 18:26:47 UTC
Permalink
Looked over the source code a little bit. I could be mistaken, but I don't think this is possible because the console can use an IPython kernel, but it is not the same as the jupyter qtconsole, or namely a RichConsoleWidget. It is more like if you fired up ipython from the command line, which does not support inline graphics
On win10, with shell configuration exe: "D:\WinPython-64bit-3.6.1.0Qt5\python-3.6.1.amd64\python.exe"
embedding matplotlib plots with magic command using
%matplotlib inline 
NotImplementedError: Implement enable_gui in a subclass
Request: can embedded plots be made the default?
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Almar Klein
2017-10-13 08:14:09 UTC
Permalink
Indeed. The shell is rendered in a Qt QPlainTextEdit, which does not
support inline graphics.
Post by d***@gmail.com
Looked over the source code a little bit. I could be mistaken, but I don't think this is possible because the console can use an IPython kernel, but it is not the same as the jupyter qtconsole, or namely a RichConsoleWidget. It is more like if you fired up ipython from the command line, which does not support inline graphics
On win10, with shell configuration exe: "D:\WinPython-64bit-3.6.1.0Qt5\python-3.6.1.amd64\python.exe"
embedding matplotlib plots with magic command using
%matplotlib inline
NotImplementedError: Implement enable_gui in a subclass
Request: can embedded plots be made the default?
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...