Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New IPython Console (Spyder 2.2+): add support for history management #1055

Closed
spyder-bot opened this issue Feb 17, 2015 · 6 comments
Closed

Comments

@spyder-bot
Copy link
Collaborator

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

@spyder-bot
Copy link
Collaborator Author

From pierre.raybaut on 2012-05-27T04:42:45Z

Labels: Cat-IPythonConsole

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2012-06-24T06:10:42Z

I have a fix for this one, I'll try to commit later today.

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2012-06-25T15:00:37Z

This issue was updated by revision b4da90f3e5dc .

  • We still have to decide if IPython clients can share history with our Python
    interpreters. For now the reverse is true.

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2012-07-05T20:14:35Z

Blocking: spyderlib:1053

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2013-01-27T12:13:02Z

Status: Fixed

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2015-02-15T16:14:33Z

Labels: -Component-IPython

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant