> 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/project/tabs-for-a-data-science-lab-project/tabs-for-pyspark-environment/notebook/notebook-list.md).

# Notebook List

The Notebook List gets created on the left side of the Notebook interface. All the created and saved Notebooks will be listed here with Actions icons.

## Accessing the Notebook List

* Open the ***Notebook*** tab.
* The left side panel will display the created/ saved Notebook entries with the Actions icons.
* The Notebook list also contains a ***Search bar*** to search through the available Notebooks.

<figure><img src="/files/0Vcj9uIHnU9leE0vCpxU" alt=""><figcaption><p><em><strong>Notebook List</strong></em> </p></figcaption></figure>

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark> The Notebook list will be blank for the user, incase of a new Project until the first Notebook is created.*&#x20;
{% endhint %}

## Collapsing the Notebook List

* Navigate to the ***Notebook List***.
* Click the ***Collapse*** icon.

<figure><img src="/files/C9yJhiPaNBTLc7z4CxP6" alt=""><figcaption></figcaption></figure>

* The Notebook List will be collapsed.
* Click the ***Expand*** icon to expand the Notebook List.

<figure><img src="/files/T9Wy9x3s1sbfCvkIpZ1Y" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark>* *Refer 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 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, and the optional `goal` query parameter:

```
GET https://docs.bdb.ai/data-science-lab-4/project/tabs-for-a-data-science-lab-project/tabs-for-pyspark-environment/notebook/notebook-list.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
