You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to rename a notebook by clicking on the name of the notebook and entering a name that already exists results in an error in the Dev Tools console.
Uncaught (in promise) ResponseError: File already exists: Untitled.ipynb
Reproduce
notebook-rename-existing-file.mp4
Expected behavior
If a notebook with the same name already exists on disk, it should show an error message to the user instead of logging it in the Dev Tools console.