You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is no connection between the IPython client and Spyder's History log plugin. The IPython history is living on its own.
Apparently, there are some interesting methods related to history in the IPython widget that we could use to implement this missing link and populate a dedicated tab (a tab per client?) in Spyder's history log.
For example the following call from spyderlib.plugins.ipythonconsole.IPythonClient:
self.ipython_widget.history_tail()
returns the whole history of the client.
Use the spyderlib/widgets/ipython.py integrated test to investigate further the ipython_widget methods (see widget1, widget2).
From pierre.raybaut on 2012-05-26T08:57:48Z
Currently, there is no connection between the IPython client and Spyder's History log plugin. The IPython history is living on its own.
Apparently, there are some interesting methods related to history in the IPython widget that we could use to implement this missing link and populate a dedicated tab (a tab per client?) in Spyder's history log.
For example the following call from spyderlib.plugins.ipythonconsole.IPythonClient:
self.ipython_widget.history_tail()
returns the whole history of the client.
Use the spyderlib/widgets/ipython.py integrated test to investigate further the ipython_widget methods (see widget1, widget2).
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1055
The text was updated successfully, but these errors were encountered: