[spyder] Re: SymPy variables not shown in Variable viewer?

2018-02-14 Thread DrBwts
No takers on this? -- 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 spyderlib+unsubscr...@googlegroups.com. To post to this group, send email to spyderlib@googlegroups

Re: [spyder] Sharing objects between Widgets and IPy console

2018-02-14 Thread 'UHV' via spyder
Thanks for the suggestion, but I'm not sure that `refresh_namespacebrowser` will work the way I need it to. If I understand it correctly, it calls for the console to return the serialized contents of the console namespace. The objects I want to exchange are instances that contain things like ope

Re: [spyder] Sharing objects between Widgets and IPy console

2018-02-14 Thread Carlos Córdoba
Am I understanding this properly? or does that method really return a view? No, the namespace browser always returns serialized copies of the objects present in the console. I’d like to be able to be able to control the device through both the console and a UI plugin I still don’t

Re: [spyder] Sharing objects between Widgets and IPy console

2018-02-14 Thread 'UHV' via spyder
Hi Carlos, Thanks for taking the time to consider this. What I'd like to do is use Spyder to control the same piece of hardware (for example a motor) through both a UI plugin and the ipython console. I can subclass `spyder.app.mainwindow.MainWindow` so that on `setup()` it instantiates a conne