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
  • Create
  • Add Folder
  • Import
Export as PDF
  1. Tabs for a DSL Project
  2. Workspace
  3. Workspace Folders

Repo Folder Attributes

The Repo folder is a default folder created under the Workspace tab. It opens by default while accessing the Workspace tab.

PreviousWorkspace FoldersNextRepo Folder Attributes for a Repo Sync Project

The user can perform some attributive actions on the Repo folder using the ellipsis icon provided next to it. This page explains all the attributes given to the Repo folder. This folder contains only .ipynb files in it. The actions provided for a .ipynb file (Notebook) are mentioned under the page.

Create

This option redirects the user to the Create Notebook page to create a new Notebook.

  • Navigate to the Workspace tab.

  • Select the Repo folder.

  • Click the Elipsis icon.

  • A Context Menu appears. Select the Create option from the Context Menu.

  • The Create Notebook drawer opens.

Add Folder

This option allows the user to create folders under the Repo folder.

  • Navigate to the Workspace tab.

  • Select the Repo folder.

  • Click the Elipsis icon.

  • A Context Menu appears. Select the Add Folder option from the Context Menu.

  • The Add folder dialog box opens.

  • Provide a name to the folder.

  • Click the Yes option.

  • A notification appears to ensure the folder creation.

  • The newly added folder is listed under the Repo folder. Expand the Repo folder to see the newly added folder.

Import

The Import option allows users to import a .ipynb file to the selected Data Science Lab project from their system.

  • Navigate to the Workspace tab.

  • Select the Repo folder.

  • Click the Elipsis icon.

  • A Context Menu appears. Select the Import option from the Context Menu.

  • The Import Notebook page opens.

Please Note:

Please Note: Refer to the page to learn the steps to create a new Notebook.

Refer to the page to learn how to import a Notebook.

Created or Imported Notebooks will get some attributed Actions. The are described under this documentation's section.

Create
Import Notebook
Notebook Actions
Data Science Notebook
Notebook Actions