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
  • Inserting a Markdown Cell
  • Editing a Markdown Cell
  • Deleting a Markdown Cell
  • Uploading an Image in the Markdown
  1. Data Science Notebook
  2. .ipynb File Cells

Using a Markdown Cell

This page describes steps to use the text cells of the Data Science Notebook.

PreviousUsing a Code CellNextUsing an Assist Cell

Last updated 10 months ago

The Markdown cells are used to enter a description, links, images, headings, and text with Bold or Italics effect to a Data Science Notebook. They are formatted using a simple markup language called Markdown. The Markdown cell contains a toolbar to assist with editing.

Inserting a Markdown Cell

  • Navigate to a .ipynb file.

  • Use the Add pre-cell icon to insert a new code cell to the file.

OR

  • Click the +Markdown option that appears below the code cell.

  • The Markdown cell appears below to insert Markdown into the Notebook.

  • Choose an action from the toolbar.

  • It gets added to the left side of the Markdown cell.

  • The right-side Markdown space displays the text with the applied effect.

  • The image displays a few actions from the toolbar (such as Bold, Italic, Heading, and link) applied to the Markdown text.

  • Click the Save option.

  • The Markdown cell with inserted effect gets saved and the Markdown display gets changed displaying the text with saved effects on the left side (as shown in the given image).

Please Note: A Code cell gets added below the saved Markdown cell.

  • The user can click the Save option provided for the Notebook to save the update in the Notebook (after the Markdown cell has been added to it).

  • The Notebook gets updated and the same gets communicated through a notification message.

Editing a Markdown Cell

  • Use the double clicks on a saved Markdown cell.

  • The Markdown cell opens in the editable format to edit it.

  • Modify the text inside the Markdown cell.

  • Click the Save option to update the edited Markdown in the Notebook.

  • Click the Save option for the file.

  • A notification message appears.

  • The file gets saved with the Markdown cell.

Deleting a Markdown Cell

  • Click the Delete markdown icon for a saved Markdown cell.

  • The Delete Cell dialog box opens.

  • Click the Yes option.

  • The selected Markdown gets removed and the same gets communicated by a notification message.

Uploading an Image in the Markdown

  • Navigate to a .ipynb file inside an activated Project.

  • Access a Markdown cell.

  • Click the Upload icon.

  • Upload an image.

  • The image gets uploaded to the markdown cell.

  • Click the Save icon.

  • The markdown cell gets saved the uploaded image appears in the View mode of the markdown.

Please Note: Do not forget to click the Save icon for the Data Science Notebook to save the markdown updates in the .ipynb file.

​

Markdown cell with inserted text
Saving the inserted text inside a Markdown cell
the Markdown cell opens in the editable format
Saving the Markdown updates
Delete markdown icon for the Markdown cell
The selected Markdown cell gets deleted