Currently, it's difficult to version control the Jupyter notebook in the notebook format. For example, this pull request https://github.com/barryWhiteHat/plonk/pull/2/files introduced 2000+ line diff for a fix in the notebook.
We can mitigate this by using jupytext to convert the notebook to markdown format, percent format specifically.
Currently, it's difficult to version control the Jupyter notebook in the notebook format. For example, this pull request https://github.com/barryWhiteHat/plonk/pull/2/files introduced 2000+ line diff for a fix in the notebook.
We can mitigate this by using jupytext to convert the notebook to markdown format,
percentformat specifically.