Hacker News new | ask | show | jobs
by pjmlp 3116 days ago
Thanks for the clarification, but at least with Visual Studio tools for Python, some of that is also possible.

https://docs.microsoft.com/en-us/visualstudio/python/debuggi...

Extensions can be written in IronPython, http://ironpython.net/

The builtin repl supports IPython/Jupyter style, with inline plots, .NET and WPF integration.

https://docs.microsoft.com/en-us/visualstudio/python/interac...