Python Tools
Python is an interpreted, high-level, general-purpose programming language. A Python interpreter is provided in your installation of Spotfire so you can script and run data functions to create predictive models. Python Tools are provided to give you access to the Python interpreter to test scripts. Python Tools also provides an interface to download and install packages from the PyPI package repository.
Note: The Python Tools option is an extension to Spotfire, so you must have
the extension license to use Python Tools. See your administrator for more
information.
Note: The
Python Tools dialog is only available in the
installed client.
- Python tools – Engine
The Python tools dialog provides direct access and information to the Python interpreter installed with your Spotfire installation through the Engine tab. Here, you can see information about the Python interpreter included with your Spotfire installation. You can copy the path to the Python interpreter, or open it for testing scripts. - Python tools – Package Management
Use the Package Management tab of the Python tools dialog to find and install packages from PyPI, or to upgrade or remove packages that you have installed. The package management tools in this dialog call pip commands, using default options. Packages are installed, upgraded, or removed according to the version of pip in Python that Spotfire is using.
- Python tools – Engine
The Python tools dialog provides direct access and information to the Python interpreter installed with your Spotfire installation through the Engine tab. Here, you can see information about the Python interpreter included with your Spotfire installation. You can copy the path to the Python interpreter, or open it for testing scripts. - Python tools – Package Management
Use the Package Management tab of the Python tools dialog to find and install packages from PyPI, or to upgrade or remove packages that you have installed. The package management tools in this dialog call pip commands, using default options. Packages are installed, upgraded, or removed according to the version of pip in Python that Spotfire is using.
Parent topic: Authoring data functions