Karthik Srivijay
Karthik Srivijay

Reputation: 31

How to have a separate output window in PyCharm?

If you look at the picture inserted You'll see the output window is at the bottom in PyCharm so is there a way to get the PyCharm output window at the top.

Upvotes: 3

Views: 4029

Answers (2)

TomServo
TomServo

Reputation: 7409

You can do both -- separate window to pinned to top:

To make a separate window, choose floating mode from the tools menu (little gear symbol upper right of the output windows). There you can move it anywhere you like.

But to just move it to the top. simply open the same tools menu and choose "Move To..." and it'll go where you want without making it a separate window. Your choice!

Upvotes: 4

kstullich
kstullich

Reputation: 681

Click on the "Top" option, this will move it to the top of the screen. img

Upvotes: 0

Related Questions