Downloading Content
Guide to download (or clone) a GitHub Repository to your JupyterHub
Last updated
Guide to download (or clone) a GitHub Repository to your JupyterHub
Last updated
Downloading a GitHub repository into your JupyterHub is done via git clone
. The operation can be done via the Git Plugin interface that comes pre-installed in your JupyterHub or a terminal session
GitHub Username, Password and Email. See Create GitHub Account
You have authenticated your JupyterHub and GitHub Accounts. See Configuring Git in JupyterHub
Launch a terminal on JupyterHub by following the instructions below:
Clone your assignment to the hub using the git clone command
Replace <gitURL> with your copied git URL via your clipboard from Step 2 or other repository URL
To launch a specific notebook file downloaded, see the Launch a Notebook steps
Select the Git Clone button circled in blue below
Paste the url at the prompt
A new folder with your repository will show in your file browser
It may take few seconds for your repository folder to show up in the file browser
To launch a specific notebook file downloaded, see the Launch a Notebook steps