I had a Python version 3.6.5 and I deleted whole Python with my Jupyter installed. Than I installed Python 3.7.0, but it does not support some modules now, so I deleted that and again installed Python 3.6.6 but now I don't have my Jupyter files there. Do you know how can I restore my old files?
Asked
Active
Viewed 414 times
0
-
You mean Jupyter installation files? – Mufeed Jul 07 '18 at 08:53
-
I mean Jupyter notebooks - the files at server, where I had my Python code – QClodd Jul 07 '18 at 10:50
-
1If you unistall Python or Jupyter Notebook,the codes you created won't be deleted. – Mufeed Jul 07 '18 at 10:54
-
Yes, it is - at least I think - when I launch server via "jupyter notebook" command I don't have any python files there – QClodd Jul 07 '18 at 11:00
-
1Are you sure you are launching at the same directory where you stored the files before? – Mufeed Jul 07 '18 at 11:01
-
I also deleted whole directory with python - then I make new and I have installed Python 3.6.6 there. It was clear python, then I installed Jupyter – QClodd Jul 07 '18 at 11:02
-
So you deleted your codes and notebooks(.ipynb files) as well? – Mufeed Jul 07 '18 at 11:02
-
Check this link https://stackoverflow.com/questions/38819322/how-to-recover-deleted-ipython-notebooks – Mufeed Jul 07 '18 at 11:04
-
I think - yes, because I deleted "Python36" folder, where I have everything - is there any way, how to restore that? – QClodd Jul 07 '18 at 11:05
-
Was that link helpful? – Mufeed Jul 07 '18 at 11:58
-
I don't know how to do it - I am using Windows and I don't understand this part ~/.ipython_checkpoints/ – QClodd Jul 07 '18 at 12:08