I assume you have JMP18. Generally you have two options: call the Python from JSL or call JSL from Python (both within JMP).
Both options do have examples in scripting index, for example calling JSL from Python you would use jmp.run_jsl

and to call Python from JMP, Python Execute(), Python Send(), Python Send File()

-Jarmo