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
  • Create
  • Add Folder
  • Import
  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 FoldersNextNotebook Actions

Last updated 8 months ago

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: Refer to the page to learn the steps to create a new Notebook.

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

Create
Import Notebook
Notebook Actions