What inspired this wish list request?
Developing Python code to run in JMP typically involves cloning a Github repository and pointing JMP to the local copy of the code as so:
jmputils.jpip('install','myrepo c:\\pathto\\myrepo')
What is the improvement you would like to see?
Provide a mechanism (button, API, ??) for the user to restart the Python kernel, without having to close and re-open JMP.
Why is this idea important?
During code development, there are numerous changes to the local code, each requiring the new code to be loaded into the Python kernel. Currently, the only way to get new local code loaded into the Python kernel is to close and restart JMP. This slows down development significantly and could be a blocker for some developers.