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
When the serviceManager changes, all previously registered commands become invalid.
The root cause seems to be that in addNotebookCommands, this._tracker.currentWidget is null (empty), which leads to command execution failures.