How to recover deleted Jupyter notebook cell?

1.7K    Asked by Dannasahi in Python , Asked on Jun 16, 2021

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?

Answered by Deepak Mistry

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.



Your Answer

Interviews

Parent Categories