IPython on wxPython

I am trying to find a way to have an IPython wrapper in wx.Frame .

Search in library code or Google

also did not help me.

Is there any widget that provides IPython that can be used with wx to integrate the IPython shell into my Frame ??

+4
source share
1 answer

According to IPython docs there is a wxPython interface:

However, I cannot say that this is what you want, so here are some links to the IPython attachment in wxPython:

wxPython also has its own PyCrust / PyShell, which you can see in the wxPython demo package.

0
source

Source: https://habr.com/ru/post/1479010/


All Articles