This is definitely possible with WinForms or WPF. See the demo folder in
pythonnet repo. One of the demo's is still in pull request.
You should probably just try running previous IronPython attempts using
pythonnet and report issues if any. Have a look at Sho from Microsoft.
There is someone tryi
Hello PythonNet,
I am looking to embed a Python interactive (REPL) shell in a .NET WinForms
application.
This C# application displays a graphical visualization of some data.
Methods to manipulate the data in the C# application would be exposed via a
Python API.
The idea is to be able to interact w