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.