Reputation: 604
Spyder has a text wrap feature which includes a gray line at the end of the line. How do you remove it?
Upvotes: 10
Views: 12186
Reputation: 53
This is a line that assure you comply with programming standard by keeping a maximum line length of about 80 characters. To turn it off go in:
Tools - Preferences - Plugins
Turn on "Completion and linting" restart Spyder
Tools - Preferences - Completion and linting - Code style and formatting
in Line length uncheck "Show vertical line".
Upvotes: 1
Reputation: 604
On Spyder 5.0.0,
You can change the line limit and remove the vertical bar by going to
Settings
-> Completion and linting
-> Code style and formatting
-> Line length
-> Show vertical line at that length
Upvotes: 16