diff --git a/index-Colab.ipynb b/index-Colab.ipynb index 1db5343..869d7cc 100644 --- a/index-Colab.ipynb +++ b/index-Colab.ipynb @@ -35,6 +35,30 @@ "%pwd" ] }, + { + "cell_type": "markdown", + "id": "b36fb0d9", + "metadata": {}, + "source": [ + "### DEV NOTE:\n", + "If the tutorial you are working on requires the use of a special image type that isn’t .jpg/.png/.tiff or multiple images then you will need to use the code chunk below to clone the GitHub repo to the user’s Google Drive (MyDrive)." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "628f6030", + "metadata": {}, + "outputs": [], + "source": [ + "# Change your working directory to the mounted drive \n", + "%cd gdrive/MyDrive/ \n", + "# Print the contents of your drive to confirm it worked \n", + "!ls \n", + "# Clone the workshop's repository to your Google Drive \n", + "!git clone https://github.com/danforthcenter/replace-with-tutorial-name.git" + ] + }, { "cell_type": "markdown", "id": "c4526306-7fa0-47c1-8f33-c1bd60aea56c",