I am developing an app in C# WPF. The app should call Python scripts. I use IronPython for this. Unfortunately I have some difficulties. I don't get the prints from Python displayed live.
Is it possible to display the output of Print live in TextBox(like in Python IDE)?
Any help is appreciated