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:
Navigate to the Workspace page wthin a Repo Sync Project.
Select the Repo folder within the workspace.
Click the Elipsis (three-dot) icon next to the Repo folder.
From the Context Menu, select the Add File option.
Choose the file to upload from your local system.
The selected file will be added to the Repo folder.
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:
Navigate to the Workspace page within Repo Sync Project.
Select the Repo folder within the workspace.
Click the Elipsis (three-dot) icon next to the Repo folder.
From the Context Menu, select the Add Folder option.
In the Add Folder dialog box, provide a name for the new folder.
Click Yes to confirm folder creation.
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.
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:
Navigate to the Workspace page in Data Science Lab.
Select the Repo folder within the workspace.
Click the Elipsis (three-dot) icon next to the desired file or folder.
From the Context Menu, select the Copy Path option.
The file or folder path is copied to the clipboard and can be used in the notebook or for other references.
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:
Navigate to the Workspace page in Data Science Lab.
Select the Repo folder within the workspace.
Click the Elipsis (three-dot) icon next to the Repo folder.
From the Context Menu, select the Import option.
Browse to the file on your local machine and select the .ipynb file to import.
The file will be uploaded into the Repo folder and available for use in notebooks.