Hi,
All of my projects on Jupyter Notebook are indicating
404 : Not Found
You are requesting a page that does not exist!
1 Like
I believe you are experiencing the same issue as the one mentioned in this post:
Hope this helps .
Best,
Sahil
2 Likes
Hi,
Thank you. Unfortunately, after the two first steps
- Click the Restore Icon
- Click on Restore Files
I am back to the beginning (please see attachment).
There is no code line to continue steps you advised.
Please help!
Best,
Silvija
1 Like
Click on the file dropdown ("Google Play And …) at the top left corner of the jupyter notebook interface and Select Basics.Ipynb file
After that, you will be able to follow these steps:
- Run this command in a code cell
!ls
to view the files - Now run
!mv "file name with spaces.ipynb" file_name_without_spaces.ipynb
- Refresh the page
- Select the renamed file
Let me know if it’s still now working for you.
Best,
Sahil