Deadline: November 29, 23:59
Each group should submit their assignment by emailing their assigned TA before the due date. Please use the following subject line: "HW2 FDS Submission". Be sure to include a zipped file containing only the notebook and the libs
folder.
In the email body, include a list of all group members along with their matriculation numbers.
You have two options to get a local copy of the repository: cloning it via Git or downloading it directly as a ZIP file.
-
Open Terminal or Command Prompt
- On MacOS or Linux: Open Terminal.
- On Windows: Open Command Prompt or PowerShell.
-
Navigate to Your Desired Directory
- Use the
cd
command to move to the folder where you'd like to place this repository. - Example:
cd path/to/your/directory
- Use the
-
Clone the Repository
- Run the following command:
git clone https://github.com/Mamiglia/FDS-HW2-2024.git
- This will create a folder named
FDS-HW2-2024
in your current directory, containing all the files from the repository.
- Run the following command:
-
Navigate into the Repository Folder
- Move into the repository's directory by running:
cd FDS-HW2-2024
- Move into the repository's directory by running:
-
Confirm the Repository Files
- To check that everything copied correctly, list the files in the directory:
ls
- On Windows, you can use
dir
instead ofls
.
- To check that everything copied correctly, list the files in the directory:
-
Download the Repository
- Click on the green "Code" button, then select "Download ZIP".
-
Extract the ZIP File
- Locate the downloaded ZIP file and extract it to access all the repository files.
Either method will give you a local copy of the repository. Use the one that best fits your needs!