Hi,
Now we have |refresh_namespacebrowser|:
https://github.com/spyder-ide/spyder/blob/3.x/spyder/widgets/ipythonconsole/namespacebrowser.py#L57
which is a method of every console. Perhaps that’s what you need?
Cheers,
Carlos
El 13/02/18 a las 12:13, ‘UHV’ via spyder escribió:
I'd like to share an object between the console and the GUI front end,
so that changes made by one are reflected in the other. The objects I
want to share are interfaces to devices and instruments, so only one
instance of each is allowed (or even meaningful). I'd like to be able
to be able to control the device through both the console and a UI
plugin. Separately they work, but I haven't found a way of sharing the
device. The method used by the `namespace_browser` is to push and
pull copies of the objects. That won't work in my case. In the past,
with the (very) old style console this could be done with the
`update_namespace()` method.
--
You received this message because you are subscribed to the Google
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected]
<mailto:[email protected]>.
To post to this group, send email to [email protected]
<mailto:[email protected]>.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.