Edit the Python notebooks that install with Test Module to customize your test reports.

To edit code in test report notebooks, first install NI SystemLink Test Module and JupyterHub Module.
Refer to Jupyter Notebooks and Papermill documentation for details about programming with JupyterHub.
  1. In Test Insights, click Reports.
  2. Select the report you want to customize in JupyterHub.
  3. Click Download Source to save a copy of the .ipynb file to your local machine.
    Note You can find all preinstalled notebooks in C:\ProgramData\National Instruments\Skyline\JupyterHub\notebooks\_shared\reports .
  4. On the toolbar, click and click Jupyter.
  5. Create a new folder and name it reports.
  6. In the reports folder, upload the .ipynb file you saved.
  7. Open the notebook and modify it using Python code.
    • To learn about setting up and using Jupyter Notebooks, refer to Creating a New Jupyter Notebook.
    • To learn about importing data from different sources, such as tags, test results, or TDMS files, refer to the Python API examples in GitHub, the Python API document on your server, or Installing Additional Python Modules.
  8. Save the notebook.
  9. If you want other users on your server to access this report, save the report to C:\ProgramData\National Instruments\Skyline\JupyterHub\notebooks\_shared\reports.
In Test Insights, click Reports to ensure your changes work correctly.