Installing Additional Python Modules
- Updated2025-10-28
- 1 minute(s) read
Use third-party Python modules to further customize your test reports.
- In a Jupyter notebook cell on your host machine, type !pip install <package-name>, where <package-name> is the name of the package in PyPI you want to install.
-
Execute the step.
The package installs on the server.Note If you upgrade to a newer version of SystemLink, you must reinstall any Python modules.