Reputation: 2514
Sometimes when I use Spyder and that I press the wrong button or when the computation is too intensive I have my current IPython console that litteraly vanish from my screen. So I open another one with console->open IPython console but the other one seems to be still active somehow. Is there a way to force the display of the ones that have disappeared ?
Upvotes: 0
Views: 1676
Reputation: 7828
Just press ctrl+shift+I for displaying ipython console or
Its a kind of workaround, Go to view and click on Attached Console Window (debugging) and then open a new console it shows the hidden console.
Upvotes: 1