I would like to create a Python script for Abaqus in which Scipy library will be used. Unfortunately, Abaqus doesn't have that library. It could be installed but I would like to do it differently.
My idea is to write a function which will take arguments, pass it to new Python interpreter opened outside Abaqus and then it returns the output to my file.
I am pretty sure it might be done but I am still learning Python. Please give me any hint I could used to solve my problem.