pythonpycharm

How to turn off the "Special Variables" window in Python Console of 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?


Solution

  • 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