For questions about persistence, i.e., storing variable values or function definitions beyond the lifetime of individual Mathematica sessions.
7
votes
4answers
157 views
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 ...
20
votes
4answers
631 views
Saving data inside a notebook so that I don't have to run it again?
Piggybacking on this, I am somehow not fully convinced that I can't save data generated by a calculation in a mathematica file so that when I re-launch said file, I wouldn't have to run my ...
15
votes
5answers
3k views
How do I clear all user defined symbols?
Is there some way to do this other than going to Evaluation -> Quit kernel and firing a new one up?
20
votes
2answers
746 views
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 ...