Installing Additional Python Modules
- Updated2025-11-26
- 1 minute(s) read
Use third-party Python modules to customize your test reports.
Include the following code in a cell at the top of your Jupyter notebook.
!pip install <package-name>
Where package-name is the name of the package in PyPI you want to install.
Every time the notebook runs, the package installs on the container that
includes the notebook.