We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.ipynb
jupytext
jupytext --to R r_kernel.ipynb jupytext --to Rmd r_kernel.ipynb jupytext --to py python_kernel.ipynb
nbdiff
For humane ipynb git diffs you can type:
nbdiff --ignore-details --ignore-outputs --ignore-metadata my_code.ipynb # or with shortcuts: nbdiff -D -M -O my_code.ipynb