Creating, Editing, Testing, and Uploading Analysis Procedures in Jupyter
- Updated2025-02-19
- 3 minute(s) read
Creating, Editing, Testing, and Uploading Analysis Procedures in Jupyter
Create, edit, or test analysis procedures in Jupyter and upload them to the procedures library in Analysis Automation. Analysis procedures define how SystemLink executes your automated data analyses and presents the results.
-
Click
to open the Jupyter environment for SystemLink. If Jupyter is not installed, refer to Creating a New Jupyter Notebook to find out how to install Jupyter.
-
On the
tab, click
to add a new procedure or
to edit an existing procedure.
- Create or edit the analysis notebook in the Jupyter editor and specify the analyses you want to run on your data. Refer to the Analysis Automation notebook for a basic example.
-
On the Edit Procedure tab, specify the following
information:
- Enter a name and description for the procedure.
- Choose a Workspace to define the users that can interact with the procedure.
-
In the dropdown menu, choose a Search Query you saved in
Data Navigation.
The query defines the data you want to analyze with the analysis notebook.
-
Select the Execution Mode.
Execution Mode Result Comparative Runs the analysis notebook on all data elements the search query retrieves and outputs the results in one report. This allows you to compare the data at a glance. Parallel Runs the analysis notebook on each data element the search query retrieves and outputs the results in a separate report for each data element. - To export the notebook to the file service, switch the toggle to Export Report and choose HTML or PDF as the export format. If you want to export results only, switch the toggle to Exclude Code.
-
Click
to open a new tab to test the analysis procedure.
- Choose a Data Source.
- Choose a Search Query.
- Click Start.
Results are displayed in the same tab with errors, if any.
-
Click
. Click Save.
The procedure uploads to Analysis Automation. - In the dialog box that opens, you can either click Close to close the dialog box or click the link to Analysis Automation. The Procedures tab in Analysis Automation opens, where you can view the procedure.
- If you get a message saying that the procedure must be approved, you do not have the privileges to Approve and reject procedures. To extend your privileges, contact your system administrator.
Related Information
- Creating a New Jupyter Notebook
Create a new Jupyter notebook (.ipynb) in JupyterHub to develop code for visualizing, analyzing, and processing data from your tests, measurements, assets, and more.
- Analysis Automation notebook
- Finding Data with Advanced Search
Use Advanced Search to find files, channel groups, or channels containing specified property values. Combine search conditions with logical operators to define complex search queries.
- Adding or Editing Tasks for Analysis Automation Procedures
Use tasks to analyze data with analysis automation procedures.