nteract / scrapbook

A library for recording and reading data in notebooks.
https://nteract-scrapbook.readthedocs.io
BSD 3-Clause "New" or "Revised" License
281 stars 26 forks source link

Importing ABC directly from collections was deprecated and will be removed in Python 3.10 #73

Closed tirkarthi closed 4 years ago

tirkarthi commented 4 years ago
scrapbook/encoders.py
21:class DataEncoderRegistry(collections.MutableMapping):

scrapbook/models.py
314:class Scrapbook(collections.MutableMapping):