Is there a way to embed an ipython console into a Qt application easily? I want create a window with a console that idea has access to the program internals while the program is running.
Asked
Active
Viewed 613 times
0
-
1Possible duplicate of http://stackoverflow.com/questions/11513132/embedding-ipython-qt-console-in-a-pyqt-application ? – msw Jun 25 '14 at 14:22
-
@msw: yup, thanks. I'm unfortunately using pyqt5, so it won't work for me. – Neil G Jun 25 '14 at 15:11
-
Our examples are for PyQt4, but it should be fairly straightforward to adapt them to Qt 5. – Thomas K Jun 25 '14 at 17:19