> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/data-science-lab-4/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/data-science-lab-4/repo-sync-project/tabs-for-a-data-science-lab-project/tabs-for-tensorflow-and-pytorch-environment/notebook/notebook-page/actions-icons-for-.ipynb-file.md).

# Actions Icons for .ipynb 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 Notebook page.

<figure><img src="/files/ebyvPiNGyDxYZ6lIHf7d" alt=""><figcaption><p> <em><strong>Action icons provided for a .ipynb File in the Menu Bar</strong></em></p></figcaption></figure>

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

<table data-header-hidden><thead><tr><th width="168.33333333333331"></th><th width="196"></th><th></th></tr></thead><tbody><tr><td><strong>Icon</strong></td><td><strong>Icon Name</strong></td><td><strong>Action</strong></td></tr><tr><td><img src="/files/5nUQCYU0a642wKhanjKK" alt="">/ <img src="/files/POxJgAsXRE4dHzT2F9O9" alt=""></td><td>Expand / Collapse</td><td>Expands or collapses the Actions Menu Bar.</td></tr><tr><td><img src="/files/RTrXDgRhJ4pljx5JjNdX" alt=""></td><td>Run Current cell</td><td>Runs code given for a specific cell.</td></tr><tr><td><img src="/files/FxglJpnlsbe6K2DoquX5" alt=""></td><td>Add Pre cell</td><td>Adds a code cell before the first cell. </td></tr><tr><td><img src="/files/FZknnfJgl6hZc79BEe2F" alt=""></td><td>Save</td><td>Saves the Notebook updates.</td></tr><tr><td><img src="/files/Nsxj18ZWsUoOAp2Wey7Z" alt=""></td><td>Delete cell </td><td>Removes the selected cell.</td></tr><tr><td>​​<img src="/files/lS2Bmx8BX2CuD67821C6" alt=""></td><td>Restart kernel</td><td>Restarts the kernel by killing the current session and creates a new session.</td></tr><tr><td><img src="/files/V8ERAoiNb5lXvJ4IhPlm" alt=""></td><td>Interrupt cell</td><td>Interrupts the running cell</td></tr><tr><td><img src="/files/5zNN4AvEufOZVS5HiVbv" alt=""></td><td>Logs</td><td>Opens Logs window to display logs.</td></tr><tr><td>​​<img src="/files/tcpGet08DSkuxKl56xhg" alt=""></td><td>Undo Delete cell</td><td>Reverts the Deleted cell.</td></tr><tr><td>​​<img src="/files/BFqWngOodhIqh0UpWXHo" alt=""></td><td>Cut cell</td><td>Cuts the code from a specific cell.</td></tr><tr><td>​​<img src="/files/Mo0J655KnOwYTmX3LLvG" alt=""></td><td>Copy cell</td><td>Copies the code from a specific cell.</td></tr><tr><td>​​<img src="/files/tAJO49NuwB4SY6cGuDkI" alt=""></td><td>Paste cell</td><td>Pastes the cut or copied code to the selected cell.</td></tr><tr><td><img src="/files/tbrMoP9vUrdHcxBia2ye" alt="">/ <img src="/files/h4mdsA7QkvhXSEgsadkz" alt=""></td><td>Auto Save</td><td>Auto-saves the Notebook updates when enabled.</td></tr><tr><td>​​<img src="/files/SKxBPYB0mmkSxQ2P6JCp" alt=""></td><td>Run all cells</td><td>Runs the codes for all the cells.</td></tr><tr><td>​​<img src="/files/cwMrL7SLAglXMn4F35k5" alt=""></td><td>Shutdown</td><td>Stops the Kernel/Disconnects the instance and allocated resources.</td></tr></tbody></table>

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark>*&#x20;

* *The **Action** icons will be disabled for other file types under a Repo Sync Project.*
* *Refer to the* [***Data Science Lab Quick Start Flow***](https://docs.bdb.ai/data-science-lab-4/data-science-lab-quick-start-flow) *page to get an overview of the **Data Science Lab** module in a nutshell.*&#x20;
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bdb.ai/data-science-lab-4/repo-sync-project/tabs-for-a-data-science-lab-project/tabs-for-tensorflow-and-pytorch-environment/notebook/notebook-page/actions-icons-for-.ipynb-file.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
