nteract / scrapbook

A library for recording and reading data in notebooks.

Home Page:https://nteract-scrapbook.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

tirkarthi opened this issue · comments

scrapbook/encoders.py
21:class DataEncoderRegistry(collections.MutableMapping):

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