We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8809ab + 9e9f517 commit d3f7002Copy full SHA for d3f7002
1 file changed
ipykernel/pickleutil.py
@@ -440,6 +440,7 @@ def uncan_sequence(obj, g=None):
440
441
uncan_map = {
442
CannedObject : lambda obj, g: obj.get_object(g),
443
+ dict : uncan_dict,
444
}
445
446
# for use in _import_mapping:
0 commit comments