JMP goes away when running a Python program in JMP 18
I have been attempting to familiarize myself with the new Python interface in JMP 18. One of the questions I am exploring is: "Is it possible to write a Python program in the JMP environment that executes r modules. The very simple program I am using is # Import the necessary libraries import numpy as np from rpy2.robjects.packages import importr import rpy2.robjects as ro # Create a numpy arra...