Is there any way for dumping all the context variables to a file, then after a restart of the computer, and reload all the context variables and continue the execution from where left?
Asked
Active
Viewed 39 times
-2
-
1You could probably pickle the `globals()` but I'm not really sure this is the path you want to go down. As it stands, it's not so clear to me what you need. – roganjosh Apr 26 '19 at 13:00
-
Sorry I hadn't made my question clear. https://stackoverflow.com/questions/34342155/how-to-pickle-or-store-jupyter-ipython-notebook-session-for-later, a similar question – Mike Mathcook Apr 26 '19 at 16:58