Data Science Lab
  • What is Data Science Lab?
  • Accessing the Data Science Lab Module
  • Homepage
  • List Projects
  • List Feature Stores
  • Create
    • Create Project
      • Container Status Message
    • Create Feature Store
  • Registered Models and APIs
  • Settings
  • Trash
  • Tabs for a DSL Project
    • Workspace
      • Workspace Folders
        • Repo Folder Attributes
          • Notebook Actions
            • Export
            • Register as Job
            • Notebook Version Control
            • Share
            • Delete
            • Information
        • Repo Folder Attributes for a Repo Sync Project
          • File Attributives
        • Utils Folder Attributes
          • Utility Actions
        • Files Attributes
      • Working with the Workspace tab
        • Create
        • Import
          • Importing Notebook
          • Pull from Git
        • Adding File and Folders
      • Linter
      • Git Console
    • Data
      • Adding Data
      • Data List Page
    • Model
      • Import Model
      • Explainer Generator
      • Export to GIT/ Model Migration
      • Model Explainer
      • Share a Model
      • Register a Model
      • Unregister a Model
      • Register a Model as an API Service
        • Register a Model as an API
        • Register an API Client
        • Pass Model Values in Postman
      • Delete Model
    • AutoML
      • Creating AutoML Experiment
      • AutoML List Page
        • View Explanation
          • Model Summary
          • Model Interpretation
            • Classification Model Explainer
            • Regression Model Explainer
            • Forecasting Model Explainer
          • Dataset Explainer
  • Data Science Notebook
    • Preview File
    • Save as Notebook
    • .ipynb File Cells
      • Using a Code Cell
      • Using a Markdown Cell
      • Using an Assist Cell
    • Resource Utilization Graph
    • Taskbar
    • Actions Icons
  • Model Creation using Data Science Notebook
  • Notebook Operations
    • Data
      • Copy Path Functionality
    • Secrets
    • Algorithms
    • Transforms
    • Artifacts
    • Variable Explorer
    • Writers
Powered by GitBook
On this page
  • Saving Artifacts
  • Preview Artifacts
  1. Notebook Operations

Artifacts

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

PreviousTransformsNextVariable Explorer

Last updated 8 months ago

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

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.

Click the vertical ellipsis icon for the saved Artifact.

Saving Artifacts using a DS Notebook