Actions Icons

This page covers all the actions provided for a Data Science Notebook file.

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 Data Science Notebook page.

The table given below 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.

Linter

Opens the Linter panel.

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: The Actions icons will be disabled for other file types under a Repo Sync Project.

Last updated