Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove line at 80 characters in Google Colab

enter image description here

When I have lines of code that approach or exceed 80 characters in Google Colab, a dashed vertical line appears at the 80-character mark. How can I disable/hide/remove this line?

like image 902
Jayson Avatar asked May 14 '19 02:05

Jayson


People also ask

How do I see complete rows in Google Colab?

use pd. set_option('max_colwidth', <width>) for column width & pd. set_option('max_rows', <rows>) for number of rows. Show activity on this post.


1 Answers

Select 'Preferences' in the Tools menu, then change the value of the 'Vertical ruler column' setting from 80 to 0.

enter image description here

like image 126
Bob Smith Avatar answered Sep 21 '22 15:09

Bob Smith