convert .py files to jupyter .ipynb notebooks and vice versa
Atom/Hydrogen or VSCode/Python allows creating a python files split into cells
with # %% separators with the ability to run cells via backend Jupyter session
and interactively show results back. ipynb-py-convert python module converts
files: .ipynb to .py and .py to .ipynb.

This can assist in version controlling ipynb projects, as .py doesn't include
output data.

Maintainer: Thomas Frohwein <thfr@openbsd.org>

WWW: https://github.com/kiwi0fruit/ipynb-py-convert
