Artifacts
This page explains how to save Artifacts. Save plots and datasets inside Notebook as Artifacts.
Check out the walk-through on how to Save Artifacts.
Saving Artifacts
Navigate to a Notebook.
Add a new cell.
Provide Data set.
Define DataFrame and execute the cell.

A new cell will be added below.
Click the Ellipsis icon to access more options.
Select the Save Artifacts option.

Give proper DataFrame name and Name of Artifacts (with extensions - .csv/.txt/.json)
Execute the cell.

The Artifacts get saved under the Artifacts tab.

Preview Artifacts
Navigate to the Artifacts tab on the Notebook page.
Select a saved Artifact from the list.
Click the vertical ellipsis
icon for the saved Artifact.
Click the Preview option from the context menu.

The Artifact Preview gets displayed.

Last updated