Hacker News new | ask | show | jobs
by TekMol 1495 days ago
In Google Colab, when you "Download ipynb" you get a file that looks like json.

You can prettify it via "python3 -m json.tool" for example. Then you have a structure that you can diff via your favorite diff tool.

What is a pita about it?