<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: JMP 18 Python API in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-18-Python-API/m-p/867883#M103064</link>
    <description>&lt;P&gt;The Python Integration is an active work in progress, each JMP release will bring additional capabilities. &amp;nbsp;We are still building infrastructure with Python scripting. &amp;nbsp;JSL has approximately a 30 year head start. While we are not reinventing code since we can directly call C++ code internally, &amp;nbsp;we are trying to make sure the Python interface feels like Python not JSL within Python. &amp;nbsp;This takes time to design, test and develop. The immediate focus is on data interoperability between JSL and Python environments. &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Apr 2025 19:14:15 GMT</pubDate>
    <dc:creator>Paul_Nelson</dc:creator>
    <dc:date>2025-04-11T19:14:15Z</dc:date>
    <item>
      <title>JMP 18 Python API</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-18-Python-API/m-p/866993#M102975</link>
      <description>&lt;P&gt;Hello JMP Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have JMP18 and am playing around with the new Python Integration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a datatable.&lt;/P&gt;
&lt;P&gt;How would I create trendcharts using this datatable in JMP's Python Editor?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks All!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 22:43:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-18-Python-API/m-p/866993#M102975</guid>
      <dc:creator>AdditiveLamb108</dc:creator>
      <dc:date>2025-04-08T22:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: JMP 18 Python API</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-18-Python-API/m-p/867024#M102979</link>
      <description>&lt;P&gt;Basically in your Python program you would Import the JMP library and then through it open up the data table you want to have available in Python.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;import jmp
 
dt = jmp.open(jmp.SAMPLE_DATA + 'Big Class.jmp')&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;After that, you can use the features in Python anyway you want.&amp;nbsp; If you are looking for the Python program to generate a trend chart from the JMP table, I don't believe this is the correct forum for that.&amp;nbsp; You need to go to a Python forum for Python help.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 01:25:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-18-Python-API/m-p/867024#M102979</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-04-09T01:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: JMP 18 Python API</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-18-Python-API/m-p/867882#M103063</link>
      <description>&lt;P&gt;Just like you can call Python from JSL using either&lt;/P&gt;
&lt;P&gt;Python Submit();&lt;/P&gt;
&lt;P&gt;Python Execute();&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can call JSL from your Python script. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;import jmp&lt;/P&gt;
&lt;P&gt;jmp.run_jsl(''' Your JSL Script here""");&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The inter-language calls can be nested.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 19:08:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-18-Python-API/m-p/867882#M103063</guid>
      <dc:creator>Paul_Nelson</dc:creator>
      <dc:date>2025-04-11T19:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: JMP 18 Python API</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-18-Python-API/m-p/867883#M103064</link>
      <description>&lt;P&gt;The Python Integration is an active work in progress, each JMP release will bring additional capabilities. &amp;nbsp;We are still building infrastructure with Python scripting. &amp;nbsp;JSL has approximately a 30 year head start. While we are not reinventing code since we can directly call C++ code internally, &amp;nbsp;we are trying to make sure the Python interface feels like Python not JSL within Python. &amp;nbsp;This takes time to design, test and develop. The immediate focus is on data interoperability between JSL and Python environments. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 19:14:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-18-Python-API/m-p/867883#M103064</guid>
      <dc:creator>Paul_Nelson</dc:creator>
      <dc:date>2025-04-11T19:14:15Z</dc:date>
    </item>
  </channel>
</rss>

