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
  • Creating a New Notebook​
  • Adding a New Notebook
  1. Tabs for a DSL Project
  2. Workspace
  3. Working with the Workspace tab

Create

The Create option redirects the user to create a new Notebook under the selected Project.

PreviousWorking with the Workspace tabNextImport

Last updated 10 months ago

Check out the illustration on creating a new Notebook inside a DSL Project.

Please Note: The Create option appears for the Repo folder that opens by default under the Workspace tab.

Creating a New Notebook​

  • Navigate to the Workspace tab for a Data Science Lab project.

  • Click the Create option from the Notebook tab.

Please Note: The Create option gets enabled only if the Project status is Active as mentioned in the above-given image.

  • The Create Notebook page opens.

  • Provide the following information to create a new Notebook:

    • Notebook Name

    • Description

  • Click the Save option.

  • The Notebook gets created with the given name and the Notebook page opens. The Notebook may take a few seconds to save and start the Kernel.

  • The user will get notifications to ensure the new Notebook has been saved and started.

  • The same gets notified on the Notebook header (as highlighted in the image).

  • The newly created Notebook is ready now for the user to commence Data Science experiments. The newly created Notebook is listed on the left side of the Notebook page.

Adding a New Notebook

Check out the illustration on adding a new Notebook.

The users also get an Add option to create a new Notebook. This option becomes available to the users only after at least one Notebook is created using the Create option and open it.

  • Open an existing Notebook from a Project.

  • The Add icon appears on the header next to the opened Notebook name. Click the Add icon.

  • The Create Notebook window opens.

  • Provide the Notebook Name and Description.

  • Click the Save option.

  • A new Notebook gets created and the user will be redirected to the interphase of the newly created Notebook.

  • Soon the notification messages assuring the user that the newly created Notebook has been saved and started appear on the screen.

  • The Notebook gets listed under the Notebook list provided on the left side of the screen.

  • A code cell gets added by default to the newly created Notebook for the user to begin the data science experiment.

Please Note:

  • The user can edit the Notebook name by using the Edit Notebook Name icon.

  • The accessible datasets, models, and artifacts will be listed under the Datasets, Models, and Artifacts menus.

  • The Find/Replace menu facilitates the user to find and replace a specific text in the notebook code.

The created Notebook (.ipynb file) gets added to the Repo folder. The Notebook Actions are provided to each created and saved Notebook. Refer to the page to get detailed information.

Notebook Actions
Creating a new Notebook
Notebook Creation using the Add Option
Create Option for a new Notebook Creation
Add icon provided for a Notebook
Create Notebook Drawer