Python Integration Not Sending Data Table
Hi all,
When running a JSL script and trying to send the variables into Python to run a script in the R console there, I get the following errors in the log:
/**********/
# Import the numpy module for array and matrix support
import numpy as _JMPnp
/**********/
/**********/
# Import the scipy module for scientific computing support
import scipy as _JMPsp
/**********/
/**********/
# Import th...