How to install Python Packages manually on JMP
Hello, I have a JMP add-in where I call Python (integrated into JMP, as I am using JMP 18.2.2) and I need to install Python packages (if they are not already installed). I therefore have two questions: - I don't have an internet connection, so I can't use pip install or jmp.utils to install the Python packages. How can I get Python packages hard-coded into the add-in in JMP and install them?...