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
{{ message }}
This repository was archived by the owner on Nov 27, 2025. It is now read-only.
When opening a notebook there are lots of redundant calls to NotebookSession.listNotebookInfo() each resulting in a service call and database retrieval.
For instance, when first running the app when only 2 notebooks are present that are 9 repeated calls. See here: listNotebookInfo.txt
It should be possible to do this with only one call.