I would like to reset my jupyter notebook, clear all the inputs and outputs and start afresh. How can I do so?
Hi @SARTHAK_SHAH ,
From the menu bar at the top of your notebook, click:
kernel->restart & clear all output
You can now start running the cells from the beginning.
Kic’s method will get your notebook back in sync with the code as you see it in the notebook. If you want a clean copy of the notebook without any of your changes so that you can start over on the assignment, here’s a thread about how to do that (linked from the DLS FAQ Thread which is worth a look in general if it is new to you).
Thank you so much, but actually looking carefully at my code I found my mistake and did not need to reset the notebook.