I want to save the state of the ipynb file in vscode. Not only the results, but the actual state (memory) with all the processing made.
If we have a heavy processing to do, it's time consuming if we need to close the vscode and then rerun the whole ipynb.
Tried to search on internet, but did not find anything specific.