How to import a variable value from JMP to Python?
I would like to print the value of "rate" from JMP to Python. rate = 0.07;
show(rate);Python Init(Use Python Version("3.12.3"));
Python Send( rate, Python Name( "err_rate" ) );
Python Submit( "print(err_rate)" );