Scripting Guide > Python > Install a Python Package > Install Python Packages in JMP’s Python Environment
Publication date: 05/14/2024

Install Python Packages in JMP’s Python Environment

The following example uses the jmputils package to install two external packages, PyArrow and Pandas, simultaneously.

import jmp
import jmputils
 
jmputils.jpip('install', 'pyarrow pandas')
Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).