# Variable Explorer

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

<figure><img src="https://859511478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGDmsjfjJBNqow7Fo97cO%2Fuploads%2F5Mr8al6xP6MyLnF605dm%2FVariable%20Explorer_Latest.gif?alt=media&#x26;token=3f0d437a-15fb-4e7b-a2df-646d53394f79" alt=""><figcaption><p>Variable Explorer</p></figcaption></figure>

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 cell.
* Open the ***Variable explorer*** tab.
* The variables will be listed below under the ***Name*** column and there will be an ***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="https://859511478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGDmsjfjJBNqow7Fo97cO%2Fuploads%2FdtGwuVXvMJsTVJJROYZC%2Fimage.png?alt=media&#x26;token=6d5d8810-abba-4632-ac2b-dc0fafde3378" 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="https://859511478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGDmsjfjJBNqow7Fo97cO%2Fuploads%2FJ1B0QgDUUM3jo2JW3SeZ%2Fimage.png?alt=media&#x26;token=5e285bc9-189a-491e-ad6b-2669f2d6f431" 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="https://859511478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGDmsjfjJBNqow7Fo97cO%2Fuploads%2FFRA8hyhjP3QM2ccGCaym%2Fimage.png?alt=media&#x26;token=a1ec1733-7c97-43d4-87ae-932ae082449a" 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-1/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-1/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.
