python - Screen Width too small in iPython terminal -


this question has answer here:

my ipython show list 1 tall column if long. want take full use of terminal's screen width. know not terminal issue because terminal output take use of full screen. have tried editing '.ipython/profile_default/static/custom/custom.css' have '.container { width:100% !important; }' no luck.

if understand correctly, want have output like

[1,2,3,4] 

instead of

[1, 2, 3, 4] 

?

if so: start ipython --no-pprint flag or use %pprint (see here).


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -