Using PyStan in VS Code

I have a very technical (possibly simple) issue. I want to use VS Code for my python-stan projects. VS Code has its own terminal console. Is there a way for the output of fitting (sampling progress etc) be displayed there?

I’d be grateful for any help.

Have you tried to use verbose=True (for sampling)?

I’ve isolated the problem to jupyter and VS Code. Normal .py scripts run and sampling info is displayed. But when I’m running jupyter no such luck.

Yeah, jupyter outputs c++ messages to terminal, but in this case, it might be hidden.