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

Implement

todo opened this issue · comments

commented

pass # TODO: Implement
registry = DataTranslatorRegistry()
registry.register('unicode', UnicodeTranslator())
registry.register('json', JsonTranslator())
# registry.register('arrow', ArrowDataframeTranslator())


This issue was generated by todo based on a TODO comment in 7b3871a when #3 was merged. cc @MSeal.