Top "Ironpython" questions

IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework.

Iron python, beautiful soup, win32 app

Does beautiful soup work with iron python? If so with which version of iron python? How easy is it to …

.net python ironpython
Scientific data visualization and the .NET framework

I have spent a long time searching for a product that would bring functionality similar to matplotlib to the .NET …

c# .net f# ironpython data-visualization
How can I redirect the stdout of IronPython in C#?

I have the following: public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button3_Click(object sender, EventArgs e) { …

c# redirect ironpython stdout
Can we load pandas DataFrame in .NET ironpython?

Can we load a pandas DataFrame in .NET space using iron python? If not I am thinking of converting pandas …

python .net pandas ironpython python.net
PythonNet FileNotFoundException: Unable to find assembly

I am trying to execute a Python script that uses Python For .Net (https://github.com/pythonnet/pythonnet) to load …

python .net python-2.7 ironpython python.net
IronPython invocation from C# (with SciPy) fails with ImportException: "No module named mtrand"

I have a python library I am trying to use via IronPython (v2.7 RC1 [2.7.0.30]) invocation from C# application. The library …

c# numpy scipy ironpython python.net
Spotfire IronPython script: get Cross Table data

How can I output the data object into text. crossTable = markMe.As[CrossTablePlot]() print crossTable.Data Returns: Spotfire.Dxp.Application.…

ironpython spotfire
Why does Python (IronPython) report "Illegal characters in path" when the word bin is used?

I am getting an "Illegal characters in path" error when doing chdir commands in Iron Python. This is happening in …

python ironpython illegal-characters
spotfire ironpython : Append new row to a data-table

I have a csv string input string_in="country,100,color" Can anyone please suggest me how to append this input(…

ironpython spotfire
IronPython for .NET core

I'm developing a windows 10 universal app in VS15 using the new .NETCore reference assemblies and want to reference the IronPython …

c# visual-studio ironpython .net-core