I use ironPython in my C# project via a nuget package. now I want to use numpy functions in a *.py script and call that from my c# code via ironpython. I allready tried to install numpy via cmd into ironpython but it don't worked to me.
Is there a way to help me out (maybe with a little tutorial about that)?