Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Display information for a Python package
ResourceFunction["PythonPackageInformation"][name] gives the package information for Python package name. | |
ResourceFunction["PythonPackageInformation"][{name1 ,name2 ,…}] gives information for packages namei. | |
ResourceFunction["PythonPackageInformation"][python,package] uses the given Python installation. |
Install a Python package with the resource function PythonPackageInstall:
In[1]:= |
Out[1]= |
Check its information:
In[2]:= |
Out[2]= |
Uninstall the package with the resource function PythonPackageUninstall:
In[3]:= |
Out[3]= |
This work is licensed under a Creative Commons Attribution 4.0 International License