Questions tagged [persistence]

For questions about persistence, i.e., storing variable values or function definitions beyond the lifetime of individual Mathematica sessions.

23 questions
53
votes
4 answers

Saving Mathematica kernel state?

If I save a notebook, I only save what I see. That is, if I close Mathematica and reopen the notebook later, all previous calculations are lost, except for those things I've output. Now I know that you can save single definitions (and their…
celtschk
  • 19,133
  • 1
  • 51
  • 106
7
votes
4 answers

Are persistent variable values after the kernel is stopped possible?

Is there a way to make values of variables persistent even after the kernel is stopped? Example, if I were to set up a list for which I append new list items (such as a check ledger, as a basic example). If I stop the kernel, the value of the…
kale
  • 10,922
  • 1
  • 32
  • 69