Orecchia-Research-Group / manifold_learning

Learning topological manifold representations from point clouds
2 stars 0 forks source link

Consolidate .ipynb files #9

Open robbobbinett opened 3 years ago

robbobbinett commented 3 years ago

A lot of our Jupyter notebooks are redundant, both in that:

  1. 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.
  2. 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