How can get an AI to be more familiar with the JSL scripting language in JMP?
I often use AI to write Python code, but I find it's less familiar with JSL. I explain that I want to open local JMP files or save results as JMP tables, but it often gives me code that deals with CSV files, or the JMP table code it generates doesn't work.I have to constantly remind it of the correct syntax.Here's a syntax reference for reading JMP files:import jmp
import numpy as np
import pandas...