kpeeters / cadabra2

A field-theory motivated approach to computer algebra.
https://cadabra.science/
GNU General Public License v3.0
215 stars 37 forks source link

Do not generate new output cells when content has not changed #277

Open kpeeters opened 1 year ago

kpeeters commented 1 year ago

When one re-runs a cell, it would be nice if the output cells could just keep their cell_id if the content has not changed wrt. the previous run. This would prevent changes on saving notebooks for which the content has not changed.

We could alternatively strip cell_ids on save and re-generate on load (which is easier).