Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions index-Colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down