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
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).
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.
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
The text was updated successfully, but these errors were encountered: