Hi hogi,
here you find how to include packages: https://www.jmp.com/support/help/en/18.0/#page/jmp/install-python-packages-in-jmps-python-environmen...
in case you have a compiled one: https://www.jmp.com/support/help/en/18.0/#page/jmp/install-compiled-python-packages-using-the-comman...
The jmputils.create_jpip() function creates the terminal or command shell version of the jpip script within the directory specified. The jpip script is a wrapper for the Python pip command. It ensures the appropriate environment variables are configured and packages are installed to the JMP site-packages directory.
jmputils.jpip('pip_cmd', packages='string')
The jmputils.jpip() function wraps the Python pip command. Pass the desired pip command as a string, and optionally a space-delimited string of packages to install. The packages argument defaults to an empty string.
More information can be found in the documentation as well
/****NeverStopLearning****/