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
        • Repo Folder Attributes for a Repo Sync Project
        • 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
      • Adjustable Repository Panel
    • Data
      • Adding Data
      • Data List Page
    • Model
      • Import Model
      • Explainer Generator
      • Export to GIT/ Model Migration
      • Share a Model
      • Register a Model
      • Unregister a Model
      • Register a Model as an API Service
      • Delete a 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
        • Expanding and Collapsing Markdown Cell
      • Using an Assist Cell
    • Resource Utilization Graph
    • Taskbar
    • Actions Icons from Header
    • Notebook Actions
      • Register
        • Export
        • Register as a Job
      • Notebook Version Control
      • Share
      • Delete
      • Information
  • Model Creation using Data Science Notebook
  • Notebook Operations
    • Data
      • Reading Data
      • Copy Path Functionality
    • Secrets
    • Algorithms
    • Transforms
    • Artifacts
    • Variable Explorer
    • Writers
Powered by GitBook
On this page
  • Exporting a Data Science Script
  • Accessing an Exported Script in the Data Pipeline
Export as PDF
  1. Data Science Notebook
  2. Notebook Actions
  3. Register

Export

The Export icon provided for a Notebook redirects the user to export the Notebook as a script to the Data Pipeline module and GIT Repository.

PreviousRegisterNextRegister as a Job

Exporting a Data Science Script

A Notebook can be exported to the Data Pipeline module using this option.

  • Navigate to the Repo folder and select a Notebook from the Workspace tab.

  • Click the Ellipsis icon for the selected Notebook to open the context menu.

  • Click the Register option for the Notebook.

  • The Register window opens.

  • Select the Select All option or the required script using the checkbox(es).

  • Click the Next option.

Please Note: The user must write a function to use the Export to Pipeline functionality.

  • A notification appears stating that the selected script is valid.

  • Select Export as a Script option by selecting it via the checkbox.

  • Click the Libraries icon.

  • The Libraries drawer opens.

  • Select available libraries by using checkboxes.

  • Click the Close icon to close the Libraries drawer.

  • The user gets redirected to the Register page.

  • Click the Finish option.

  • A notification message appears to ensure that the selected script is exported.

Please Note: The exported script will be available for the Data Pipeline module to be consumed inside a DS Lab Runner component.

Accessing an Exported Script in the Data Pipeline

  • Navigate to a Data Pipeline containing the DS Lab Runner component.

  • Open the Meta Information tab of the DS Lab Runner component.

  • Select the required information as given below to access the exported script:

    • Execution Type: Select the Script Runner option.

    • Function Input Type: Select one option from the given options: Data Frame or List.

    • Project Name: Select the Project name using the drop-down menu.

    • Script Name: Select the script name using the drop-down menu.

    • External Library: Mention the external library.

    • Start Function: Select a function name using the drop-down menu.

  • The exported Script is displayed under the Script section.

Export as a Script to Pipeline
Accessing an Exported Script inside the DS Lab Script Runner Component