<?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 Darshan Hiranandani - How can I transfer a variable value from JMP into Python? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Darshan-Hiranandani-How-can-I-transfer-a-variable-value-from-JMP/m-p/752191#M93360</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi, Hey everyone, I am &lt;STRONG&gt;Darshan Hiranandani&lt;/STRONG&gt;, I am looking for some advice on transferring a variable value from JMP into Python. Does anyone have any suggestions on how to achieve this?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 06 May 2024 04:07:43 GMT</pubDate>
    <dc:creator>darshanhira</dc:creator>
    <dc:date>2024-05-06T04:07:43Z</dc:date>
    <item>
      <title>Darshan Hiranandani - How can I transfer a variable value from JMP into Python?</title>
      <link>https://community.jmp.com/t5/Discussions/Darshan-Hiranandani-How-can-I-transfer-a-variable-value-from-JMP/m-p/752191#M93360</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi, Hey everyone, I am &lt;STRONG&gt;Darshan Hiranandani&lt;/STRONG&gt;, I am looking for some advice on transferring a variable value from JMP into Python. Does anyone have any suggestions on how to achieve this?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 06 May 2024 04:07:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Darshan-Hiranandani-How-can-I-transfer-a-variable-value-from-JMP/m-p/752191#M93360</guid>
      <dc:creator>darshanhira</dc:creator>
      <dc:date>2024-05-06T04:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Darshan Hiranandani - How can I transfer a variable value from JMP into Python?</title>
      <link>https://community.jmp.com/t5/Discussions/Darshan-Hiranandani-How-can-I-transfer-a-variable-value-from-JMP/m-p/752203#M93362</link>
      <description>&lt;P&gt;the Python Send() function will pass a JMP Variable to Python&lt;/P&gt;
&lt;P&gt;Here is an example&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

x = 2;
Python Send( x );
Python Submit( "print(x)" );
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;See the JMP Help webpages and the Scripting Index for further documentation.&lt;/P&gt;
&lt;P&gt;If you are running JMP 18, there is an embedded installation of Python which allows Python programs to be run in conjunctions with JMP.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 04:31:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Darshan-Hiranandani-How-can-I-transfer-a-variable-value-from-JMP/m-p/752203#M93362</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-05-06T04:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Darshan Hiranandani - How can I transfer a variable value from JMP into Python?</title>
      <link>https://community.jmp.com/t5/Discussions/Darshan-Hiranandani-How-can-I-transfer-a-variable-value-from-JMP/m-p/752534#M93405</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;txnelson is right as always ;)&lt;/img&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for the JMP 18 way a look into the documentation is also an option:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title="python name and python send examples" href="https://www.jmp.com/support/help/en/18.0/#page/jmp/python-name-and-python-send-examples.shtml" target="_blank" rel="noopener"&gt;https://www.jmp.com/support/help/en/18.0/#page/jmp/python-name-and-python-send-examples.shtml&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 08:38:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Darshan-Hiranandani-How-can-I-transfer-a-variable-value-from-JMP/m-p/752534#M93405</guid>
      <dc:creator>martindemel</dc:creator>
      <dc:date>2024-05-07T08:38:46Z</dc:date>
    </item>
  </channel>
</rss>

