Hello,
I often experiment with several packages installed in my local conda environments. I would like to be able to use them to create new columns in JMP data table to benefit from JMP's graph builder capabilities.
More concretely, I would like to create a .JSL script that:
- sends the current state of the JMP data table to
- a python script .py or a python notebook .ipynb that is executed on
- a specific conda environment installed on my computer
- and then sends back the result of the script/notebook back to the JMP data table and updates it.
Ideally, I would like to simply have to specify the python script or notebook's path and the conda environment's path in the .JSL script.
For the time being, a blank "template" on how to achieve this with the current JMP version would also be very appreciated.
Thank you.
Best,