Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to turn off the "Special Variables" window in Python Console of PyCharm?

Tags:

python

pycharm

I use Python console in PyCharm, when running the code, there is a "Special Variables" window appears on the right hand side of Python Console, how can I permanently turn it off?

like image 759
thinkvantagedu Avatar asked Oct 30 '18 10:10

thinkvantagedu


1 Answers

File > Settings > Build, Execution, Development > Console

Then uncheck the box "Show console variables by default". Apply, Ok, then close your current console and reopen it.

enter image description here

like image 178
cardamom Avatar answered Oct 14 '22 16:10

cardamom