Follow up for https://github.com/spyder-ide/spyder/issues/21277 The plugin needs to set `RAISE_AND_FOCUS` to `True` in order to not just raise the pane but also set the actual application focus to the terminal prompt. Other references of the change that needs to be done: * spyder-notebook related fix: https://github.com/spyder-ide/spyder-notebook/pull/440