Copy Path (for Sandbox files)
Last updated
Last updated
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.
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.
It will provide the file path in the new code cell with the Data Sandbox Environment Variable.
Provide the code to read the file data from the file path.
Run the cell.
The file data will be accessed and displayed below.