save_notebook: Attempt to save the current notebook.
Description
Attempt to save the notebook by displaying Javascript if running on Jupyter. This
function waits until the modification time of the file has changed or until the specified timeout
expires.
Usage
save_notebook(nb_path, timeout = 10)
Value
A boolean indicating whether the file was saved successfully. If
Jupyter is not running, this function returns TRUE.