notebook icon indicating copy to clipboard operation
notebook copied to clipboard

notebooks/<path> directory urls show error instead of redirecting to tree/<path> urls

Open andyscho opened this issue 1 year ago • 0 comments
trafficstars

Problem

Paths in notebooks/<path> url routes that are directories and not notebooks will show an error instead of redirecting to tree/<path> urls.

error

This behavior differs from Classic Notebook (notebook<7) where directory path links under notebooks/<path> simply redirect to a tree/<path> link and display the directory nicely.

Proposed Solution

Paths in notebooks/<path> urls that are directories should redirect nicely to tree/<path> urls.

#7446 provides a solution to this.

andyscho avatar Aug 26 '24 07:08 andyscho