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

Python 3 only release change #60

Closed MSeal closed 3 years ago

MSeal commented 4 years ago

We need to change the setup.py to indicate the library is python 3.5+ only, and do a pass for any bytes/str checks in the code that should be simplified to the python 3 variant only.

We'll probably pin this to 0.4 release rather than doing a major release since this project is still a beta project without a 1.0 release yet.