A lot of our Jupyter notebooks are redundant, both in that:
Many are copies of previous Jupyter notebooks that are extended. It should be the case that the more primitive notebooks are scrapped and the newest ones kept.
Within a notebook, the same thing is computed multiple times by different cells. This redundancy should be eliminated by importing oft-repeated routines from some .py file
A lot of our Jupyter notebooks are redundant, both in that: