# 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 %}

*A Data Science Project created inside the Data Science Lab is like a Workspace inside which the user can create and store multiple data science experiments and their associated artifacts.*

<figure><img src="/files/FD9J9HiWUbLrTJmv6nM7" alt=""><figcaption><p>Project List displaying activated and deactivated projects</p></figcaption></figure>

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark>  The user can create a new Notebook for coding or upload an existing Notebook only after Activating a Data Science Project.*
{% endhint %}

* 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="/files/fZeda7FnIH88237Qv9Sc" alt=""><figcaption><p><em><strong>Selecting an activated Project</strong></em></p></figcaption></figure>

* Since the selected Project contains ***Python PyTorch environment***, the next page opens for the selected project with the following tabs:
  * **​Notebook​**
  * **​Dataset​**
  * **​Utility​**
  * **​Model​**
  * **​AutoML​**
* The Notebook tab gets opened by default displaying the following options for the user to choose from:

  * **Create - to create a notebook**
  * **Upload - to upload a notebook**

  <figure><img src="/files/jQirp5R8pME9WaLmlVXs" alt=""><figcaption><p><em><strong>Various Tabs under a DSL Project within PyTorch and TensorFlow environment</strong></em></p></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-3/data-science-lab-quick-start-flow)*page to get an overview of the **Data Science Lab** module in nutshell.*&#x20;
{% 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-3/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.
