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 Friday, August 4, 2017 at 8:11:49 AM UTC-5, [email protected] wrote: > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
