Repo Folder Operations for a Repo Sync Project

A Repo Sync Project will have only a Repo folder allowing users create various Data Science experiments for the project.

Overview

The Repo folder in a Repo Sync Project allows users to manage files, folders, and paths directly within the workspace. These functions enable the organization of project files, easy navigation, and seamless import/export of resources between the local system and the cloud-based project environment.

Add File to the Repo Folder

Navigation path: Data Science Lab > Repo Sync Project > Workspace > Repo Folder > Elipsis > Add File

The Add File option allows users to upload files directly into the Repo folder within a Repo Sync Project.

Steps to Add a File:

  1. Navigate to the Workspace page wthin a Repo Sync Project.

  2. Select the Repo folder within the workspace.

  3. Click the Elipsis (three-dot) icon next to the Repo folder.

  4. From the Context Menu, select the Add File option.

  5. Choose the file to upload from your local system.

  6. The selected file will be added to the Repo folder.

Note: The Add File functionality allows users to add various file types (e.g., .py, .json, .csv) into the Repo folder for use in notebooks and other project components.

Add Folder to the Repo Folder

Navigation path: Data Science Lab > Repo Sync Project > Workspace > Repo Folder > Elipsis > Add Folder

The Add Folder option allows users to create new subfolders inside the Repo folder of a Repo Sync Project for better file organization.

Steps to Add a Folder:

  1. Navigate to the Workspace page within Repo Sync Project.

  2. Select the Repo folder within the workspace.

  3. Click the Elipsis (three-dot) icon next to the Repo folder.

  4. From the Context Menu, select the Add Folder option.

  5. In the Add Folder dialog box, provide a name for the new folder.

  6. Click Yes to confirm folder creation.

  7. A confirmation notification will appear once the folder is created successfully.

The new folder will now be listed under the Repo folder. Expand the Repo folder to see the newly added folder.

Note: All sub-folders created under the Repo folder will inherit the same attributes and functionalities, allowing for seamless management of project resources.

Copy Path for Files/Folders in the Repo Folder

Navigation path: Data Science Lab > Repo Sync Project > Workspace > Repo Folder > Elipsis > Copy Path

The Copy Path functionality allows users to copy the exact file or folder path within the Repo folder for use in notebooks or other parts of the project.

Steps to Copy Path:

  1. Navigate to the Workspace page in Data Science Lab.

  2. Select the Repo folder within the workspace.

  3. Click the Elipsis (three-dot) icon next to the desired file or folder.

  4. From the Context Menu, select the Copy Path option.

  5. The file or folder path is copied to the clipboard and can be used in the notebook or for other references.

Note: The Copy Path functionality is available for both files and folders within the Repo folder.

Import Files to the Repo Folder

Navigation path: Data Science Lab > Workspace > Repo Folder > Elipsis > Import

The Import functionality allows users to import notebooks and other files from their local machine into the Repo folder of a Repo Sync Project.

Steps to Import a File:

  1. Navigate to the Workspace page in Data Science Lab.

  2. Select the Repo folder within the workspace.

  3. Click the Elipsis (three-dot) icon next to the Repo folder.

  4. From the Context Menu, select the Import option.

  5. Browse to the file on your local machine and select the .ipynb file to import.

  6. The file will be uploaded into the Repo folder and available for use in notebooks.

Notes:

  • All folders or sub-folders created inside the Repo folder inherit the same attributes (Add File, Add Folder, Copy Path, Import) as the parent Repo folder.

  • Repo Sync Projects automatically sync files and folders with their corresponding Git repository, ensuring version control and collaboration across the project.