-2

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?

  • 1
    You 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

1 Answers1

0

You might find jupyter interesting if you're looking to work interactively and save your state.

brunns
  • 2,689
  • 1
  • 13
  • 24