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
  1. Tabs for a DSL Project
  2. Workspace
  3. Workspace Folders
  4. Repo Folder Attributes
  5. Notebook Actions

Export

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

PreviousNotebook ActionsNextRegister as Job

Last updated 10 months ago

Export to Pipeline

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 Export option for the Notebook.

  • The Export to Pipeline dialog box opens.

  • Select a specific function using another checkbox.

  • Click the Next option.

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

  • The next screen will appear with the selected script, click the Validate icon.

  • A confirmation message appears to inform the user if the script is valid.

  • The Export to Pipeline option gets enabled, click the Export to Pipeline option.

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

  • 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 out of 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 External Libraries

The user can also export External Libraries used in the project along with scripts.

  • The Libraries panel opens.

  • Select the necessary libraries using the provided checkboxes to export them along with the scripts.

Remember to close the Libraries drawer after selecting the required scripts and use the Export to Pipeline option provided on the Export to Pipeline/ Git drawer to complete the action.

Click the External Libraries icon that appears next to the Validate icon inside the Export to Pipeline/ Git drawer window.

Exporting a Notebook
Export option for a DSL Notebook
Exporing a Script to Pipeline
Validating the Script
The Exported Script inside the Pipeline module