holzschu / Carnets

Carnets is a stand-alone Jupyter notebook server and client. Edit your notebooks on the go, even where there is no network.
https://holzschu.github.io/Carnets_Jupyter/
BSD 3-Clause "New" or "Revised" License
567 stars 34 forks source link

Lost Notebook on iPad #263

Open mshark1 opened 2 years ago

mshark1 commented 2 years ago

I lost a notebook that I had been working on for a week and saving regularly, and I cannot locate the file anywhere.

Just prior to losing the file I received a Dead Kernel error several times in a row, and restarting the Kernel didn’t help. I closed the app and my notebook was gone. I cannot find it in my files and I used OS commands to explore the file directory where the new instance of Carnets is saving files, but the notebook isn’t anywhere in the directory. Any guidance would be much appreciated.

holzschu commented 2 years ago

I'm not sure if I can do something, but try "!ls -a" in the directory where the notebook was. There is a possibility that there is a backup copy there, named .~nameOfNotebook.ipynb. Because it starts with a dot, it will not be visible in the Files app or in Carnets file browsing window.

mshark1 commented 2 years ago

Thanks for the response. I tried the solution and it didn’t work for me. No worries though, I’ll start over and I’m sure it will turn out better than the original.

BTW love the app!