Scripting Guide > Python > The jmp Package for Python
发布日期: 03/04/2025

The jmp Package for Python

The jmp package for Python is a bridge between JMP and Python that facilitates bidirectional communication. This package exposes JMP functionality to Python and enables Python to treat JMP data tables as Python objects. This package is only available within the JMP Python environment.

Load the jmp package with the Python import function. This example loads the jmp package and opens the Big Class.jmp data table:

import jmp
 
dt = jmp.open(jmp.SAMPLE_DATA + 'Big Class.jmp')
需要更多信息?有问题?从 JMP 用户社区得到解答 (community.jmp.com).