Skip to content Skip to sidebar Skip to footer

Ipython On Wxpython

I have been trying to find a way to have an IPython Shell in an wx.Frame. Searching around in the library code or Google wxPython based IPython widget ipython shell wxpython

Solution 1:

According to the IPython docs, there is a wxPython frontend:

However, I can't really tell if that's what you want, so here are a few links on embedding IPython in wxPython:

wxPython also has it's own shell called PyCrust / PyShell that you can see in the wxPython demo package.

Post a Comment for "Ipython On Wxpython"