Announcement

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

  • How to Depreciate Output in JupyterNotebook PyStata

    Hi, I am using Stata17 and I use PyStata in my Jupyter Notebook. PyStata is really handy in dealing with regressions in Python. However, it is quite annoying that PyStata keep printing its result to my Notebook when I use a loop. So is there anyway to depreciate PyStata's Output in Jupyter Notebook?

  • #2
    Originally posted by Lei Huang View Post
    Hi, I am using Stata17 and I use PyStata in my Jupyter Notebook. PyStata is really handy in dealing with regressions in Python. However, it is quite annoying that PyStata keep printing its result to my Notebook when I use a loop. So is there anyway to depreciate PyStata's Output in Jupyter Notebook?
    Problem Solved. For Future Reference, stata.run have one option: quietly = True
    Last edited by Lei Huang; 16 Dec 2021, 09:37.

    Comment

    Working...
    X