These are there in a normal python too. Nothing to worry about.
sm = pystan.StanModel(..., verbose=True)
It is just the IPython handles the stdin and stdout differently. This is also the case with Jupyter Notebooks (the errors are printed in terminal).
There are ways to redirect IPython stdout but I don’t remember how, but it should be some command written in IPython.