-
Notifications
You must be signed in to change notification settings - Fork 292
Using IronPython
Warning
This article is a work in progress.
Usually, IronPython is shown to be available through a console:
This console allows for interactive compilation of IronPython through a shell or console host. However, it's also possible to use IronPython to interpret code in a regular Python programming experience - this is known as setting the interpreter.
In order to set the interpreter of a Python project, you first need to install IronPython and have the Python development Visual Studio workload installed. This will allow you to create pyproj
solution projects with the Python SDK.
Once you've created the project, right click it in Solution Explorer and press the properties button. You should see a GUI appear inside the editor window that will allow you to set the interpreter to IronPython.
Still looking for more? Send a message by creating a feature request on the Issues tab.
🐍 IronPython