Installing Additional Python Modules
- 已更新2025-10-28
- 閱讀時間為 1 分鐘
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.