I would like to enforce a policy that all Jupyter notebooks that are checked into a git repository were run top to bottom. That is, I would like to check whether the cells in the notebook were executed in sequence.
Are there any existing solutions for this problem? Are there simpler ways to do this than parsing the raw notebook json?