Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Jupyter Notebook with Stata With Wide Output

    Hi, when I use "%%stata" in Jupyter Notebook with wide Output in my stata comment, the printed output will be a messy. Could anyone help me with it?

    Here is a example of "esttab" output.
    Click image for larger version

Name:	_20231011010353.jpg
Views:	1
Size:	92.7 KB
ID:	1729729


  • #2
    You need to add the following to your code:

    %stata set linesize 255

    Comment


    • #3
      Originally posted by FernandoRios View Post
      You need to add the following to your code:

      %stata set linesize 255
      It works! Thanks

      Comment

      Working...
      X