How to recover deleted Jupyter notebook cell?
I accidentally deleted my jupyter cell when i was working I need to retrieve it back. How to undo jupyter notebook?
Can anyone help me solve it?
There are 2 ways to undo jupyter notebook and retrieve it back:
Go to Edit option click on it and select "Undo Delete Cells"
Use the short cut key cmd + shift + p and type undo cell deleted and click on enter to recover cell
For windows cntrl+shift+P command is used.
I hope this will help you.