Scripting Guide > Python > The jmp Package for Python
발행일 : 03/10/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).