Closed dhavide closed 5 months ago
We need to replace all the .ipynb files with plain .py files (translated through Jupytext). There should also be a README and a .gitignore so that contributions going forward will have no notebook files for cleaner diffing.
.ipynb
.py
README
.gitignore
The issue is partially fixed in this PR. I'll work on converting all the existing notebooks that don't have corresponding .py files and update here.
We need to replace all the
.ipynb
files with plain.py
files (translated through Jupytext). There should also be aREADME
and a.gitignore
so that contributions going forward will have no notebook files for cleaner diffing.