Analyzing Parametric Data in a Data Space
- Updated2025-11-26
- 3 minute(s) read
Analyzing Parametric Data in a Data Space
Derive insights about your parametric data in a data space.
Introduced in December 2024
- Download the default Jupyter Notebook, Data Space Analysis (Data_Space_Default_Analysis.ipynb) from GitHub. Publish the notebook under the DataSpace Analysis interface of a workspace you can access.
- Plot the data you want to analyze in a data space.
- Navigate to .
- Open the data space with the data you want to analyze.
-
To expand the Analysis window at the bottom of the page,
click Show analysis table (
).
-
Click Analyze.
After the analysis completes, SystemLink Enterprise displays the statistical results.
- Optional:
In the Analysis window, click
Configure
to open the Configure grid slide-out. Complete the steps
that align with your goal and click OK.
Option Description Change a column. - Click a column in the list.
- Select a new analysis from the drop-down menu.
- Update the alias for the column.
Add a column. - Click Add column.
- Select the analysis you want to add.
- Designate an alias for the column.
Remove a column. Click Remove
next to the column you want to
remove.Rearrange the columns. - Click Drag to reorder
next to the column you want to
move. - Drag and drop the column in the new location.
Note If you are using a custom script and do not see the results from your custom script, ensure the following.- You have published your custom script to a workspace you can access.
- Your custom script conforms to the DataSpace Analysis interface.
- Optional:
To show or hide the result from a cell in the plot, click
Actions
next to the cell.
Related Information
- Publishing a Jupyter Notebook
Publish a Jupyter Notebook (.ipynb) to SystemLink Enterprise so you can use the notebook for a data analysis and for visualizations.
- Creating a Custom Script for Analyzing Parametric Data
Modify the default Jupyter Notebook, Data Space Analysis, to meet your parametric data analysis needs.
- Data Space Analysis Notebook (GitHub)