I have developed a PyQt4 application for analysing delimited log files containing numeric data. Is there any way to easily add something like a ‘console’ to the application so that users can access objects and data created from the application and perform (type) arbitrary commands (using SciPy and NumPy?).
I have developed a PyQt4 application for analysing delimited log files containing numeric data.
Share
How about embedding IPython into your application?
http://ipython.org/ipython-doc/stable/interactive/reference.html#embedding