When the idle culler stops a notebook and deletes its home folder, jupyter lab shows a "directory not found" error, which is confusing to users. If the user leaves their inactive notebook open in a browser, and it gets culled, we want JupyterLab to redirect to the logout page and let user know that they were logged out due to inactivity. See if we can make the culler log the user out before the cull happens. Also, see if we can change the message on the log out page in jupyterlab.
When the idle culler stops a notebook and deletes its home folder, jupyter lab shows a "directory not found" error, which is confusing to users. If the user leaves their inactive notebook open in a browser, and it gets culled, we want JupyterLab to redirect to the logout page and let user know that they were logged out due to inactivity. See if we can make the culler log the user out before the cull happens. Also, see if we can change the message on the log out page in jupyterlab.