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
At the moment get_spaces returns a proxy map of space names and Space instances, which offer two attributes, name and namespace.
As part of a rewrite to make the magics of this package reflect the expected behaviour of the IPython console, the Space class will probably cease to have the current role.
This issue proposes to:
Deprecate get_spaces raising a warning
Add a proxy map space names and namespace dicts as jupyter_spaces.spaces