Skip to main content

Local Content (Transfer)

You can transfer files between local and remote content from JupyterLab.
This simplifies the process of moving data to the Runtime storage.

The goal is to make it very easy to transfer files between your local machine and the Runtime and vice versa.
For example, you can perform your model training by transferring your dataset to the Runtime and then transfer the trained model back to your local machine, all without leaving JupyterLab.

Simply right click on the file you want to transfer and select Copy File to Runtime if you are transferring from local to Runtime, or Copy to local drive... if you are transferring from Runtime to local.

info

Only files from the root directory can be transferred. This is valid for both transfer from local to Runtime and from Runtime to local.

Support for subdirectories is coming soon.