# Tabs for a Data Science Lab Project

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

* *If the user selects the **PySpark** environment, the available tabs to the user will be Notebook, Dataset, and Utility. The user <mark style="color:red;">**will not have access**</mark> to **Model** and **AutoML** tabs.*
* *The user selecting either **PyTorch** or **TensorFlow** as environment <mark style="color:green;">**will have access**</mark> to all the tabs under their project including **Model** and **AutoML**.*&#x20;
  {% endhint %}

You may require more data sets to create data science models. You can create multiple data science models and save them under the Notebook tab. The saved models also get displayed under it. A project when activated gets some more tabs under it to create and execute.

* Navigate to the Projects page listing all the created projects.
* Select an activated project from the list and click on it. or Select a Project and Activate it.

<figure><img src="https://859511478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGDmsjfjJBNqow7Fo97cO%2Fuploads%2F8EqefLBgWrU4Xm41KEZt%2Fimage.png?alt=media&#x26;token=5a0acf06-90ae-4faa-b5db-4576d30c20f0" alt=""><figcaption><p>Project List displaying activated and deactivated projects.</p></figcaption></figure>

* Since the selected Project contains Python TensorFlow environment, the next page opens for the selected project with the following tabs:
  * **​**[**Notebook**](https://docs.bdb.ai/7.6/data-science-lab/project/various-tabs-to-work-with/notebook)**​**
  * **​**[**Dataset**](https://docs.bdb.ai/7.6/data-science-lab/project/various-tabs-to-work-with/dataset)**​**
  * **​**[**Utility**](https://docs.bdb.ai/7.6/data-science-lab/project/various-tabs-to-work-with/utility)**​**
  * **​**[**Model**](https://docs.bdb.ai/7.6/data-science-lab/project/various-tabs-to-work-with/model)**​**
  * **​**[**AutoML**](https://docs.bdb.ai/7.6/data-science-lab/project/various-tabs-to-work-with/auto-ml-alpha-release)**​**
* The Notebook tab gets opened by default displaying the following options for the user to choose from:

  * **Upload Notebook**
  * **Create Notebook**

  **​**

  <figure><img src="https://859511478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGDmsjfjJBNqow7Fo97cO%2Fuploads%2Fnkz8CHCq33B91ypdVEjI%2Fimage.png?alt=media&#x26;token=9a11c799-ac7c-4b78-813a-78ed9e5e7755" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark> Refer the **Data Science Lab Quick Start Flow** page to get an overview of the **Data Science Lab** module in nutshell.* [***Click here***](/data-science-lab-2/data-science-lab-quick-start-flow.md) *to get redirected to the quick start flow page.*
{% endhint %}


---

# Agent Instructions: 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-2/project/tabs-for-a-data-science-lab-project.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.
