TiesdeKok / ipystata

Enables the use of Stata together with Python via Jupyter (IPython) notebooks.
192 stars 68 forks source link

Increase default linesize to 200 to prevent horizontal truncation #37

Closed mgao6767 closed 5 years ago

mgao6767 commented 5 years ago

This kernel works great! Thanks!

This PR increases the linesize to 200 which was 80 by default. Larger linesize ensures the output won't be truncated horizontally.

It's particularly useful when we use estout that outputs many models, for example.

Screenshot 2019-03-17 13 58 01 Screenshot 2019-03-17 13 59 00
TiesdeKok commented 5 years ago

Thanks, merged!