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
Because it includes things like "state: starting" it needs to be dynamically updated. We need to trigger forceUpdate when item metadata changes, and for that we need to pass through another signal, like with lastUsedChanged:
The second table in the dialog does not get updated when the kernel state changes
jupyterlab-launchpad/src/dialogs.tsx
Lines 292 to 313 in 5ba3fee
Because it includes things like "state: starting" it needs to be dynamically updated. We need to trigger
forceUpdate
when item metadata changes, and for that we need to pass through another signal, like withlastUsedChanged
:jupyterlab-launchpad/src/components/table.tsx
Lines 103 to 117 in 5ba3fee
We derive the items from the
sessions
object passed in options:jupyterlab-launchpad/src/dialogs.tsx
Line 239 in 5ba3fee
and we fetch the
sessions
when creating the dialog:jupyterlab-launchpad/src/dialogs.tsx
Lines 75 to 80 in 5ba3fee
The
SessionManager
emitsrunningChanged
signal which we could use.The text was updated successfully, but these errors were encountered: