Artifacts
Managing Artifacts in Data Science Lab
Overview
Artifacts in Data Science Lab (DSLab) allow users to save datasets and plots generated in a notebook. Artifacts provide a way to preserve and visualize outputs, share results, and integrate them into downstream workflows.
Note: Artifacts can be downloaded and previewed within the notebook for quick analysis.
Saving Artifacts Using a DS Notebook
Navigation path: Data Science Lab > Workspace > Repo Folder > Notebook > Artifacts
Steps to Save an Artifact
Open a Data Science Notebook (.ipynb file).
Add a new code cell.
Provide a dataset and define a DataFrame.
Execute the cell to generate the data or plot.
Add another code cell below the executed cell.
Click the Ellipsis (three-dot) icon to access additional options.
Select Save Artifacts.
Provide the following information:
DataFrame Name: Name of the dataset or plot.
Artifact Name: Include file extension (
.csv
,.txt
,.json
) as appropriate.
Execute the cell.
The artifact is saved and listed under the Artifacts tab.
Previewing Artifacts
Navigation path: Data Science Lab > Workspace > Artifacts Tab > Saved Artifact
Open the Artifacts tab in the workspace.
Select the saved artifact from the left-side panel.
Click the vertical ellipsis (three-dot) icon for the selected artifact.
From the context menu, select Preview.
The artifact preview is displayed for visual inspection.
Key Points
Artifacts preserve datasets and visual outputs for reproducibility and collaboration.
Supports multiple file formats, including
.csv
,.txt
, and.json
.Integrated preview enables quick validation and inspection of saved results.