<?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: Is there a list of python library names in JMP18.0.0? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/775516#M95773</link>
    <description>&lt;P&gt;Thanks Experts!&lt;/P&gt;&lt;P&gt;win10&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-07-26_7-03-46.png" style="width: 888px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66506i921BDD8D81B8B38C/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-07-26_7-03-46.png" alt="2024-07-26_7-03-46.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-07-26_7-04-03.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66507i8C645CAE88396D8E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-07-26_7-04-03.png" alt="2024-07-26_7-04-03.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jul 2024 23:06:25 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2024-07-25T23:06:25Z</dc:date>
    <item>
      <title>Is there a list of python library names in JMP18.0.0?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/775288#M95735</link>
      <description>&lt;P&gt;I know it is possible to see a list of installed python libraries for JMP&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;jmputils.jpip('list')&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;But I would like to know the list of uninstalled python libraries that JMP software already includes&lt;BR /&gt;For example I want JMP python to copy the result to the paste board and whether it wants to be installed&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it can't&lt;/P&gt;&lt;PRE&gt;jmputils.jpip('install','pyperclip')&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Experts!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 03:47:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/775288#M95735</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-07-25T03:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a list of python library names in JMP18.0.0?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/775337#M95742</link>
      <description>&lt;P&gt;What do you mean by &lt;EM&gt;uninstalled python libraries&lt;/EM&gt;?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 10:22:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/775337#M95742</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-25T10:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a list of python library names in JMP18.0.0?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/775440#M95765</link>
      <description>&lt;P&gt;The only 'installed' libraries are the standard libraries distributed with a stock Python.org Python 3.11.x minus a select few that may not play well within the embedded environment. &amp;nbsp;These most notably: venv, and tkinter. &amp;nbsp;And a few trivial ones like turtle and hello.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Everything shipped with JMP is 'installed'. &amp;nbsp;Any third party packages outside of the Python.org standard library need to be installed by the user.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you run the jpip install, what messages do you get from the log? &amp;nbsp;On my Mac laptop everything installed just fine as show by the log output below. &amp;nbsp;After which&amp;nbsp;&lt;STRONG&gt;import pyperclip&amp;nbsp;&lt;/STRONG&gt;ran successfully.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;import jmp 
from jmputils import jpip

jpip('install','pyperclip')
/*:

Collecting pyperclip
  Downloading pyperclip-1.9.0.tar.gz (20 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: pyperclip
  Building wheel for pyperclip (setup.py): started
  Building wheel for pyperclip (setup.py): finished with status 'done'
  Created wheel for pyperclip: filename=pyperclip-1.9.0-py3-none-any.whl size=11002 sha256=5a1a6570a19613698944bc6999196a2ea39ec392db7f72942179f5538f1debc9
  Stored in directory: /Users/_my_user_id_/Library/Caches/pip/wheels/e8/e7/56/591cb88ba1783b38c40d584026e766aac9c3a048e34128ce8b
Successfully built pyperclip
Installing collected packages: pyperclip
Successfully installed pyperclip-1.9.0&lt;/PRE&gt;
&lt;P&gt;The jmputils.jpip() is strictly a wrapper around Python's pip routine. &amp;nbsp;We are not running any curated library of packages. &amp;nbsp;I would check the log messages for network connection issues, permission issues, or build issues. &amp;nbsp;If a package actually needs compilation, you also have to have a build environment on your machine such as Visual Studio or Xcode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 17:45:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/775440#M95765</guid>
      <dc:creator>Paul_Nelson</dc:creator>
      <dc:date>2024-07-25T17:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a list of python library names in JMP18.0.0?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/775516#M95773</link>
      <description>&lt;P&gt;Thanks Experts!&lt;/P&gt;&lt;P&gt;win10&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-07-26_7-03-46.png" style="width: 888px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66506i921BDD8D81B8B38C/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-07-26_7-03-46.png" alt="2024-07-26_7-03-46.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-07-26_7-04-03.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66507i8C645CAE88396D8E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-07-26_7-04-03.png" alt="2024-07-26_7-04-03.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 23:06:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/775516#M95773</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-07-25T23:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a list of python library names in JMP18.0.0?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/775772#M95807</link>
      <description>&lt;P&gt;The _socket error is Windows specific and due to a wrong assumption I made regarding the layout of the files installed. &amp;nbsp;It is Windows specific and is fixed in 18.1. &amp;nbsp;While the embedded Python environment finds the _socket.pyd file just fine where it is located, the setuptools process assumes that the .pyd files&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;will&lt;/EM&gt;&amp;nbsp;&lt;/STRONG&gt;be found within a DLLs/ directory. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In 18.1,&amp;nbsp;&lt;SPAN&gt; I have created a DLLs subdirectoy, and moved the .pyd files and 4 Python specific DLLs from the JMP.exe directory to the DLLs/ directory. &amp;nbsp;Those 4 dlls being&amp;nbsp;libcrypto-3.dll, libffi-9.dll, libssl-3.dll and sqlite3.dll.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The workaround to try for 18.0, 18.0.1 is to shutdown JMP, create the DLLs/ subdirectory in the directory that contains JMP.exe, then move the .pyd files and the 4 aforementioned dlls into the DLLs subdirectory. &amp;nbsp;( and of course restart JMP afterwards ).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming JMP is installed in c:\Program Files\JMP\JMP\18&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Exit JMP&lt;/P&gt;
&lt;P&gt;make the directory c:\Program Files\JMP\JMP\18\DLLs&lt;/P&gt;
&lt;P&gt;Move *.pyd to&amp;nbsp;c:\Program Files\JMP\JMP\18\DLLs&lt;/P&gt;
&lt;P&gt;Move&amp;nbsp;&lt;SPAN&gt;libcrypto-3.dll, libffi-9.dll, libssl-3.dll and sqlite3.dll to&amp;nbsp;c:\Program Files\JMP\JMP\18\DLLs&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Restart JMP&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That should fix the issue. &amp;nbsp;And JMP Python Integration finds the pyd files just fine located within the DLLs directory.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 13:51:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/775772#M95807</guid>
      <dc:creator>Paul_Nelson</dc:creator>
      <dc:date>2024-07-26T13:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a list of python library names in JMP18.0.0?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/775855#M95811</link>
      <description>&lt;P&gt;OK、Thanks Experts!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;libffi-8.dll&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-07-26_22-59-22.png" style="width: 796px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66551i4EF15059AA4FE7D4/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-07-26_22-59-22.png" alt="2024-07-26_22-59-22.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 15:00:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/775855#M95811</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-07-26T15:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a list of python library names in JMP18.0.0?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/776859#M95817</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-07-27_7-27-55.png" style="width: 308px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66560i320A1CED6A85661F/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-07-27_7-27-55.png" alt="2024-07-27_7-27-55.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 23:29:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/776859#M95817</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-07-26T23:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a list of python library names in JMP18.0.0?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/777204#M95847</link>
      <description>&lt;P&gt;In addition, I want to know whether JMP and python can access each other in memory data in JMP 18:&lt;/P&gt;&lt;P&gt;The details are:&lt;BR /&gt;1. First, JMP opens the data table in JMP format&lt;BR /&gt;2, call python through JSL, so that python can directly read the relevant data of the JMP file that has been opened for calculation&lt;BR /&gt;3, because python is basically based on the memory array to calculate, so the python calculation result should be in the memory array, then JSL can directly read the result in the memory array&lt;BR /&gt;4, or whether python can directly add the result of its calculation in the JMP file operation to add the result of the calculation column, or python through the paste board to pass the calculation result to JSL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This eliminates the need to output the CSV file, wait for python to save the result to the CSV file, and then read the new CSV file by JSL.&lt;BR /&gt;If the amount of data is large, output and saving are also time-consuming.&lt;BR /&gt;Of course, this is just my idea and may be impractical.I have no programming background and use simple JSL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Experts!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 13:47:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/777204#M95847</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-07-29T13:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a list of python library names in JMP18.0.0?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/777205#M95848</link>
      <description>&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;My original method was this&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=Open("$SAMPLE_DATA/Current Stock Averages.jmp");
try(dt&amp;lt;&amp;lt;delete columns(6));try(dt&amp;lt;&amp;lt;Delete Table Property("Source"));dt&amp;lt;&amp;lt;Save("C:\1\Ave.csv");
Close(dt,nosave);Wait(2);
Python Submit File("C:\1\ZIG0.py");&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;to calculate this ZIG indicator, GPT-4o can also provide python code that can be run in JMP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;which I save as C:\1\ZIG0.py.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;See attachment for this py、Thanks!&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 13:54:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/777205#M95848</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-07-29T13:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a list of python library names in JMP18.0.0?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/777206#M95849</link>
      <description>&lt;P&gt;&lt;SPAN&gt;How can I use JSL to call python and calculate zig's results directly in the table of Current Stock Averages.jmp that is already open?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Experts!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 13:57:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/777206#M95849</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-07-29T13:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a list of python library names in JMP18.0.0?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/777207#M95850</link>
      <description>&lt;UL&gt;
&lt;LI&gt;You should read through examples about python from
&lt;UL&gt;
&lt;LI&gt;scripting index&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.jmp.com/support/help/en/18.0/#page/jmp/indexing-in-python.shtml#" target="_blank" rel="noopener"&gt;Scripting Guide&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;view the posts/presentations by Paul. Here are few
&lt;UL&gt;
&lt;LI&gt;&lt;LI-MESSAGE title="JMP18: Python: jmp.Datatable: HowTo get column names without converting to pandas dataframe" uid="762015" url="https://community.jmp.com/t5/Discussions/JMP18-Python-jmp-Datatable-HowTo-get-column-names-without/m-p/762015#U762015" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;LI-MESSAGE title="Developer Tutorial: New Python Integration and Scripting Capabilities in JMP 18" uid="737959" url="https://community.jmp.com/t5/Mastering-JMP/Developer-Tutorial-New-Python-Integration-and-Scripting/m-p/737959#U737959" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;and maybe watch scripters club presentation&lt;BR /&gt;&lt;LI-MESSAGE title="Scripters Club Recording: Running Python Code within JSL" uid="767254" url="https://community.jmp.com/t5/JMP-Scripters-Club-Discussions/Scripters-Club-Recording-Running-Python-Code-within-JSL/m-p/767254#U767254" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;There are also some example scripts you can find from JMP installation folder&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 14:03:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/777207#M95850</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-29T14:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a list of python library names in JMP18.0.0?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/777209#M95852</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;I have seen these, but my ability to read English is limited, and have only tried the following similar methods, but none of them succeeded.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;So I had to turn to the experts again.&lt;/SPAN&gt;&lt;SPAN class=""&gt;Thank you very much!&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Python Submit("\[
import pandas as pd
import numpy as np
import sys
 
# adding folder with python code to the system path, then import ZIG0
sys.path.insert(1, mypath)
from ZIG0 import zigmain
 
zigmain(filepath)
 
]\");&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I just need to call python through JSL.&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 14:24:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/777209#M95852</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-07-29T14:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a list of python library names in JMP18.0.0?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/777283#M95858</link>
      <description>&lt;P&gt;Adding a path to sys.path should only be necessary if the Python code lies in a different directory than the executing JSL file. &amp;nbsp;And if you used either Python Install Packages() or jmputils.jpip() to install ZIG0, then that package should be within the JMP specific site-packages/ folder. &amp;nbsp;During script execution, (JSL or Python) JMP changes its current working directory to the directory of the script file. &amp;nbsp;So other JSL or .py files should be able to found without any issues if they are in the same location. &amp;nbsp;I'm not familiar with ZIG0, if ZIG0 is just ZIG0.py, make sure it is in the same directory as the .JSL script..&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 20:11:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/777283#M95858</guid>
      <dc:creator>Paul_Nelson</dc:creator>
      <dc:date>2024-07-29T20:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a list of python library names in JMP18.0.0?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/797199#M97303</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;I have been consulting ChatGPT, some libraries are still not available in JMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Ask the experts what went wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-09-09_22-34-16.png" style="width: 309px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68077i823F605CB2839515/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-09-09_22-34-16.png" alt="2024-09-09_22-34-16.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 14:37:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-list-of-python-library-names-in-JMP18-0-0/m-p/797199#M97303</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-09-09T14:37:58Z</dc:date>
    </item>
  </channel>
</rss>

