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
The the keys of namespaces will be exactly equivalent toSpace.namespace, whose behaviour is described in the README.
Remove get_spaces after some time
The text was updated successfully, but these errors were encountered:
davidesarra
changed the title
Deprecate get_spaces in favour a proxy map of space names and namespace dicts
Deprecate get_spaces in favour of direct access to namespaces mapping proxy
Jun 19, 2020
At the moment get_spaces returns a proxy map of space names and
Space
instances, which offer two attributes,name
andnamespace
.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
The the keys of
namespaces
will be exactly equivalent toSpace.namespace
, whose behaviour is described in the README.Remove
get_spaces
after some timeThe text was updated successfully, but these errors were encountered: