How to recover deleted iPython Notebooks
This is bit of additional info on the answer by Thuener, I did the following to recover my deleted .ipynb file. The cache is in ~/.cache/chromium/Default/Cache/ (I use chromium) used grep in binary search mode, grep -a ‘import math’ (replace search string by a keyword specific in your code) Edit the binary file in vim … Read more