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
I want to display no of items inside a directory on jupyter lab's file browser as mentioned in of the issue their and for that one of the best way is to get the no of items from the server along with last_modified , size etc as client side calculations can cause performance issues and race conditions.
Proposed Solution
Calculate and return no of items for a directory along with other metadata of listings in filebrowser.
Additional context
The text was updated successfully, but these errors were encountered:
Problem
I want to display no of items inside a directory on jupyter lab's file browser as mentioned in of the issue their and for that one of the best way is to get the no of items from the server along with last_modified , size etc as client side calculations can cause performance issues and race conditions.
Proposed Solution
Calculate and return no of items for a directory along with other metadata of listings in filebrowser.
Additional context
The text was updated successfully, but these errors were encountered: