Customizing Asset Reports with JupyterHub

Edit the Python notebooks that install with Asset Module to customize your asset reports.

To edit code in asset report notebooks, first install NI SystemLink Asset Module and JupyterHub Module.
Refer to Jupyter Notebooks and Scrapbook documentation for details about programming with JupyterHub.
  1. In Asset Manager, select one of the reports on the dashboard.
  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.
In Asset Manager, click Reports to ensure your changes work correctly.