Notebook Actions

The Notebook Action icons (as provided below) help to apply various actions to the code/ code cell when clicked. They are provided on the top right side of the Notebook page.

Notebook Action icons provided in the Menu Bar

The below given table lists all the Actions available in the Notebook Menu Bar:

Icon

Icon Name

Action

/

Expand / Collapse

Expands or collapses the Actions Menu Bar.

Run Current cell

Runs code given for a specific cell.

Add Pre cell

Adds a code cell before the first cell.

Save

Saves the Notebook updates.

Delete cell

Removes the selected cell.

​​

Restart kernel

Restarts the kernel by killing the current session and creates a new session.

Interrupt cell

Interrupts the running cell

Logs

Opens Logs window to display logs.

​​

Undo Delete cell

Reverts the Deleted cell.

​​

Cut cell

Cuts the code from a specific cell.

​​

Copy cell

Copies the code from a specific cell.

​​

Paste cell

Pastes the cut or copied code to the selected cell.

/

Auto Save

Auto-saves the Notebook updates when enabled.

​​

Run all cells

Runs the codes for all the cells.

​​

Shutdown

Stops the Kernel/Disconnects the instance and allocated resources.

Please Note: Refer the Data Science Lab Quick Start Flow page to get an overview of the Data Science Lab module in nutshell.

Last updated