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
I'd like to use zict in akernel to cache the execution of cells. It currently uses a dictionary for the cache, and I thought I would be able to swap if with a mutable mapping from zict.
Environment:
Dask version: N/A
Python version: 3.10
Operating System: Ubuntu 21.04
Install method (conda, pip, source): pip
The text was updated successfully, but these errors were encountered:
What happened:
Nested indexing doesn't seem to be supported.
What you expected to happen:
Maybe it's not in the scope of this library, but it would be great if the mutable mapping felt more like a dictionary.
Minimal Complete Verifiable Example:
Anything else we need to know?:
I'd like to use zict in akernel to cache the execution of cells. It currently uses a dictionary for the cache, and I thought I would be able to swap if with a mutable mapping from zict.
Environment:
The text was updated successfully, but these errors were encountered: