PyCharm hanging for a long time in iPython console with big data

前端 未结 5 1557
难免孤独
难免孤独 2021-02-03 20:26

I\'ve seen some reports PyCharm is slow but I\'m having an issue that seems that\'s too slow even compared to normal operation.

I have a big set of data in a pandas data

5条回答
  •  清酒与你
    2021-02-03 21:25

    Disabling "show variables" alleviated the slowness I was experiencing. To do this, go to

    Pycharm > Preferences > Build, Execution, Deployment > Console and uncheck Show console variables by default.

    Then restart your session.

提交回复
热议问题