Skip to content

Deleted Notebook Comes Back

Hal Snyder edited this page Feb 20, 2018 · 3 revisions

I deleted a Jupyter notebook and when I look in my Files listing it is back again. What happened?

Things that can cause a deleted notebook to reappear:

  1. If a notebook is deleted while there is a tab open, then any action that triggers saving the notebook will bring it back.
  2. If a notebook is closed without halting, its python process will continue to run. It's possible that process may trigger a save of the file, bringing it back after deletion.
  3. If a notebook is closed and halted, reopening it by clicking in the project log will bring the file back.

How to prevent deleted notebooks from reappearing:

  1. After you are finished working with a notebook, click Close and halt. This has added benefit of freeing up memory.
  2. Before deleting a notebook, make sure there are no tabs open running it.
Clone this wiki locally