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
Export as PDF
  1. Data Science Notebook
  2. .ipynb File Cells
  3. Using a Markdown Cell

Expanding and Collapsing Markdown Cell

PreviousUsing a Markdown CellNextUsing an Assist Cell

Last updated 3 months ago

The user can expand and collapse the multiple Markdown cells based on their levels in a DS Notebook. The user can create a hierarchy of three levels using the Heading option in a Markdown cell.

Please Note:

  • The related code cells under one Markdown will fall into the same level as the Markdown.

  • The maximum three levels of hierarchy can be inserted for a Markdown cell using the Heading option.

Check out the following illustration on how to set the expand and collapse functionality in Markdown cells.

  • Navigate to a Notebook.

  • Access a Markdown cell.

  • To create a hierarchy within a Markdown cell, use the Heading button.

    • Click once for the first level, twice for the second, and thrice for the third.

    • Unassigned Markdown cells default to the nearest existing hierarchy.

    • Remember to click Save to preserve changes.

  • The Markdown cell will get a collapse/expand icon added to it.

Check out the illustration to see the Markdown expand and collapse feature at work.

Assigning Verious Levels to Markdown Cells
Expanding and Collapsing Markdown Cells