Hi @stas00 :
This works wonderfully in Jupyter/Notebook environment.
Can we enable this (take snapshot of variables at T1, log changes in variables, and cleanup/finish on demand at T2) in scripts as well?
This will be useful in long running scripts with user interactions.
Currently, the code fails (by design, not bug) as the ipython.kernel is null when the code runs in script.
Would be happy to test if something like this gets enabled.
Hi @stas00 :
This works wonderfully in Jupyter/Notebook environment.
Can we enable this (take snapshot of variables at T1, log changes in variables, and cleanup/finish on demand at T2) in scripts as well?
This will be useful in long running scripts with user interactions.
Currently, the code fails (by design, not bug) as the ipython.kernel is null when the code runs in script.
Would be happy to test if something like this gets enabled.