diff --git a/ds1001_final/notebooks/Final_Project_Notebook.ipynb b/ds1001_final/notebooks/Final_Project_Notebook.ipynb index 72b40f8..2509c7c 100644 --- a/ds1001_final/notebooks/Final_Project_Notebook.ipynb +++ b/ds1001_final/notebooks/Final_Project_Notebook.ipynb @@ -34,7 +34,19 @@ "id": "2f556f44", "metadata": {}, "source": [ - "### You should now be able to open the new repo in Google Collab " + "### You should now be able to open your cloned repo in google collab, use the code below. " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "fd9c6e15", + "metadata": {}, + "outputs": [], + "source": [ + "!git clone \"https://github.com/username/repository.git\"\n", + "# This script clones a GitHub repository using Git command line tool. \n", + "# Insert the path to your desired repository in place of the URL." ] }, { @@ -59,7 +71,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "id": "cca2a44d", "metadata": {}, "outputs": [],