Determining terminal width in Qtconsole IPython

When running Qtconsole for IPyhton, how do I determine the number of columns to display the text as much as possible so that it looks good in the current setup?

+3


source to share


1 answer


Try changing the width and height in the ipython_qtconsole_config.py file



# c.IPythonWidget.width = 81
# c.IPythonWidget.height = 25

      

0


source







All Articles