jupyter_server icon indicating copy to clipboard operation
jupyter_server copied to clipboard

Add more informative error message when opening notebook and disk is full

Open nmdanny opened this issue 7 months ago • 0 comments

Currently, when trying to load a jupyter notebook when the disk is full, you may see an error as follows:

image

(The reason is, opening a notebook involves SQLite updating the last_seen field in the nbsignatures table, as done by mark_trusted_cells.)

This MR gives a slightly more informative error in this scenario:

image

nmdanny avatar Jul 24 '24 10:07 nmdanny