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+): update variable explorer after new prompt #1054

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

Comments

@spyder-bot
Copy link
Collaborator

From pierre.raybaut on 2012-05-26T08:53:20Z

Right now, it's updating the variable explorer contents after a fixed interval. We could implement the same feature as in external console and update the variable explorer each time a new prompt is written in the IPython frontend (i.e. each time Enter is pressed): there must be a signal of some sort to connect to (we need to dig in the IPython Qt console API to find out a way to connect this signal or to hack some existing method).

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1054

@spyder-bot
Copy link
Collaborator Author

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

Labels: Cat-IPythonConsole

@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-03-17T06:52:00Z

This issue was updated by revision d0e3c1fa7358 .

Status: Fixed

@spyder-bot
Copy link
Collaborator Author

From jed.lud...@gmail.com on 2013-05-01T23:48:53Z

This issue was updated by revision f0f5efcd1c9d .

Not all IPython Consoles will have a valid variable explorer associated with
them, namely those that are attached to external kernels. Need to take this
into account when refreshing the variable explorer.

@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