cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Due to inclement weather, JMP support response times may be slower than usual during the week of January 26.
    To submit a request for support, please send email to support@jmp.com.
    We appreciate your patience at this time.
  • Register to see how to import and prepare Excel data on Jan. 30 from 2 to 3 p.m. ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
altug_bayram
Level IV

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 https://www.jmp.com/support/help/en/18.1/index.shtml#page/jmp/install-a-python-package.shtml# for basics but my question is around whether or not if the capability exists to direct JMP to folder different than native JMP installation for the preferred Python installation. If this capability exists, is it possible to post a starting JMP Python script example ? 

thanks

1 REPLY 1
mmarchandFSLR
Level VI

Re: JMP Python Script Interface to point to Python installation different than JMP native folders

Prior to JMP 18, you could point JMP to a specific Python installation and have it run that.  To do that in JMP 18 or higher, I think you would have to use Run Program(), which doesn't seem ideal.

Recommended Articles