For the latest version of JMP Help, visit JMP.com/help.
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')