Reputation: 2514
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?
Upvotes: 2
Views: 2553