safex
safex

Reputation: 2514

How do I set the maximum line length in PyCharms python Console?

Currently my Python pyCharm console would return:

Out[74]: 
   GroupID      qdate CUSIP8  FundID  Identified  Identified2  NetChange  \
0        1 2009-03-01      b     4.5           0            3        0.0   
   IdNew  
0      0  

I want to increase the number of characters before pyCharms python console automatically breaks the line. This seems to suggest changing the settings in the Code Style tab, but it does not work for me. Maybe because the other questions refers to an older version of Pycharm. Any ideas how to fix it?

My PyCharm config

Upvotes: 2

Views: 2553

Answers (1)

Related Questions