About the Python and JMP interactive issues
hi all expertsthere are two issues that I learn the Python and JMP interactive in JMP 16.2 Q1: Names Default To Here( 1 );
Python Init( Echo( 1));
z ="python test";
Python Send( z,P );
Python Submit( "print(P)" );
Python Submit( "print(z)" );
it's output context: /**********/
print(P)
/**********/
/**********/
print(z)
/**********/
python test0 which means that Python don't receive the P parameter...