Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
List Python packages available on your machine
ResourceFunction["PythonPackageList"][] lists installed Python packages. | |
ResourceFunction["PythonPackageList"][python] lists packages for the installation python. |
List currently available Python packages:
In[1]:= |
|
Out[1]= |
|
Check a particular Python session:
In[2]:= |
|
Out[2]= |
|
In[3]:= |
|
Out[3]= |
|
In[4]:= |
|
Check a specific Python installation using a path:
In[5]:= |
|
Out[5]= |
|
In[6]:= |
|
Out[6]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License