JMP Python Script Interface to point to Python installation different than JMP native folders
Hello I am looking to writing a script that sends data from a JMP table, executes a python library, returns outputs back to JMP. Some of these libraries can be very strictly requiring a specific Python installation. Additionally, we certainly have an independent Python installation (ie. local, and this is what I refer to as non-jmp python) . I am new to JMP python scripting and going through h...