Artifacts

This page explains how to save Artifacts. Users can save plots and datasets inside a DS Notebook as Artifacts.

Check out the walk-through on how to Save Artifacts.

Saving Artifacts using a DS Notebook

Saving Artifacts

  • Navigate to a Data Science 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.

Please Note:

  • The saved Artifacts can be downloaded as well.

  • The user can also get an instant visual depiction of the data based on their executed scripts.​​​

Preview Artifacts

  • Navigate to the Artifacts tab inside a DS Notebook page.

  • Select a saved Artifact from the right side panel.

  • Click the Preview option from the context menu.

  • The Artifact Preview gets displayed.

Please Note: The selected Artifact gets deleted from the list by clicking the Delete option.

Last updated