If I keep open a jupyter notebook / colab one for sometime without any activity, somehow the notebook "forgets" all the values (e.g. csv files loaded into DataFrames) and I need to re-run the whole notebook which is time consuming.
By the way, I diligently save the notebook with each change.
It happens also when I reload the notebook. It seems odd.
Any ideas how to prevent it? Thank you