News

In Spyder 3.9.18, what might prevent auto-detection of concsole width? When I enable auto-detection, it (wrongly) assumes 80 characters: import pandas as pd pd.set_option ('display.max_columns',None) ...