Hi,
I am facing problem related to jupyter notebook autosave and manual save not working. Even the button to Submit the assignment is not available.
This problem doesnt seems to occur with other assignment and hence I need help to get this issue fixed.
Have you tried to close and reopen the tab? Or using a different Browser?
1 Like
Irina’s suggestions are good ones. If that doesn’t help, another thing to try is:
Kernel -> Restart and Clear Output
One thing that can cause problems is if you’ve added debugging print statements that generate a lot of output. If the runtime size of the notebook gets very large, that can cause problems like this.
The other possibility is that this is a “bad weather in the cloud” problem, meaning that the server you are connected to is overloaded. Logging out and logging in again might help: maybe you get lucky and get connected to a different VM on AWS.
Hi Irina and Paulin,
There was some problem with my browser, so I had to restart my laptop. It seems to work now. Thank you for quick help.
2 Likes