Hi Everyone,
In Pystata, if I want to suppress the Stata output in Python, I know I just need to set quietly = True in the stata.run function. However, this code will still print out a blank line in the Jupyter Notebook.
If I just want to use pystata once, it's OK. But once I use it for a loop for 100 or 1000 or more times, the blank line will be really annoying. Could anyone help me to suppress this blank line?
Thanks.
In Pystata, if I want to suppress the Stata output in Python, I know I just need to set quietly = True in the stata.run function. However, this code will still print out a blank line in the Jupyter Notebook.
If I just want to use pystata once, it's OK. But once I use it for a loop for 100 or 1000 or more times, the blank line will be really annoying. Could anyone help me to suppress this blank line?
Thanks.
