@Override
 protected void showConsole(Executor defaultExecutor, RunContentDescriptor contentDescriptor) {
   PythonConsoleToolWindow terminalView = PythonConsoleToolWindow.getInstance(getProject());
   terminalView.init(getToolWindow(), contentDescriptor);
 }