Markdown Cells
This page describes steps to use the text cells of the Data Science Notebook.
Markdown is a lightweight markup language that provides a simple way to create structured and readable text within notebooks. Markdown cells in a Data Science Lab Notebook (.ipynb file) allow users to add formatted text, headings, links, images, and emphasis (bold or italic) to document their work. Each Markdown cell includes a toolbar to assist with editing and formatting.
Inserting a Markdown Cell
Navigation path: Data Science Lab > Workspace > Repo Folder > Notebook > Add Markdown
Open an .ipynb file in the Repo folder of the Workspace.
Insert a new Markdown cell using either of the following methods:
Click the Add pre-cell icon to insert a new cell above the selected cell.
Click the +Markdown option below an existing code cell.
The Markdown cell will appear below the current cell.
Use the toolbar on the left side of the Markdown cell to apply formatting actions such as:
Bold
Italic
Headings
Links
The right side of the Markdown cell displays a live preview of the text with the applied formatting.
Click Save to save the Markdown cell.
Editing a Markdown Cell
Navigation path: Data Science Lab > Workspace > Repo Folder > Notebook > Markdown Cell
Double-click a saved Markdown cell to open it in editable mode.
Modify the text as needed.
Click Save to apply the changes.
Click the notebook’s Save icon to persist changes to the
.ipynb
file.A notification will confirm that the Markdown updates have been saved successfully.
Deleting a Markdown Cell
Navigation path: Data Science Lab > Workspace > Repo Folder > Notebook > Markdown Cell
Click the Delete markdown icon for the saved Markdown cell.
The Delete Cell dialog box will appear.
Click Yes to confirm deletion.
A notification will confirm that the Markdown cell has been removed from the notebook.
Uploading an Image in a Markdown Cell
Navigation path: Data Science Lab > Workspace > Repo Folder > Notebook > Markdown Cell
Open a Markdown cell in an activated project notebook.
Click the Upload icon in the Markdown cell toolbar.
Select and upload an image from your local system.
Click Save to save the Markdown cell.
The uploaded image will appear in the view mode of the Markdown cell.
Summary of Markdown Cell Features
Text Formatting
Bold, Italic, Headings, Lists, Links
Insert Images
Upload images to Markdown cells
Edit Content
Double-click to open cell for editing
Delete Cell
Remove Markdown cell from notebook
Preview
Right-side panel shows live preview of Markdown formatting
Save Notebook
Persist all changes to .ipynb
file