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
The show_ophyd_symbols() function should be able to see the globals from the ipython shell. It can't when it tries using the global command, nor when it calls globals(). Need to be a bit craftier than that. A workaround has been implemented but it is ugly. Make it nicer.
The text was updated successfully, but these errors were encountered:
The
show_ophyd_symbols()
function should be able to see the globals from the ipython shell. It can't when it tries using theglobal
command, nor when it callsglobals()
. Need to be a bit craftier than that. A workaround has been implemented but it is ugly. Make it nicer.The text was updated successfully, but these errors were encountered: