# Variable Explorer

{% hint style="success" %}
*Check out the given Walk-through on the Variable explorer functionality.*
{% endhint %}

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBLGYLEkBUnc8nVEBAuEI%2Fuploads%2FUK9jnhCOI1c161lyeG8w%2FVariable%20explorer.mp4?alt=media&token=9a297180-fc9f-4365-96f3-d3e91d0c0d01>" %}
***Using Variable Explorer***&#x20;
{% endembed %}

The Variable explorer tab displays the ***Name*** column and ***Explore*** icon for all the variables that have been created and executed within the Notebook cells.

* Navigate to the Notebook page.
* Write and run code using the Code cells.
* Open the ***Variable explorer*** tab.
* The variables will be listed below under the ***Name*** column.&#x20;
* Click the ***Explore*** icon beside each variable name.
* By hovering cursor on a variable, you can get mention of the name, type, and shape details of the selected variable.
* Click the ***Explore*** icon.

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

* The ***Preview Variable Details*** page opens.
* Select a Variable from the displayed list.
* Click the ***Preview*** icon provided for the selected Variable.

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

* The ***Preview Variable Value*** page opens.
* All the values of the selected Variable get displayed in a tabular format.​

<figure><img src="/files/r7DeRKCIcaYSnEisj54z" 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: 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/project/tabs-for-a-data-science-lab-project/tabs-for-tensorflow-and-pytorch-environment/notebook/notebook-page/notebook-operations/variable-explorer.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.
