> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/data-science-lab-3/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-3/project/tabs-for-a-data-science-lab-project/tabs-for-tensorflow-and-pytorch-environment/notebook/notebook-page/notebook-operations/datasets/copy-path-for-sandbox-files.md).

# Copy Path (for Sandbox files)

Sandbox files uploaded with the following file types can be accessed inside the Data Science Notebook using the Copy Path operation.

A file along with the **Data Sandbox environment variable** (@SYS.DATASANDBOX\_PATH) can be generated with the **Copy Path** functionality and accessed inside the Data Science Lab Notebooks.

{% hint style="info" %}
*<mark style="color:green;">Please Note</mark>: The **Copy Path** functionality can be used to read Sandbox files. The supported File types for the Copy Path functionality are **txt,*** ***png**, **jpg**, **jpeg,*** ***xls**, **xlsm,** and **mp4**.*
{% endhint %}

* Navigate to the ***Notebook*** page.
* Open the ***Datasets*** tab.
* Select a Sandbox file with the supported file types (**txt**, **png**, **jpg**, **jpeg**, **xls**, **xlsm**, and **mp4)**.
* Click the ***Ellipsis*** icon.
* Choose the ***Copy Path*** option.     &#x20;

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

* It will provide the file path in the new code cell with the ***Data Sandbox Environment Variable.***

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

* Provide the code to read the file data from the file path.
* Run the cell.
* The file data will be accessed and displayed below.

<figure><img src="/files/bgnCVHFbaODHS1RIPHde" 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-3/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:

```
GET https://docs.bdb.ai/data-science-lab-3/project/tabs-for-a-data-science-lab-project/tabs-for-tensorflow-and-pytorch-environment/notebook/notebook-page/notebook-operations/datasets/copy-path-for-sandbox-files.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.
