Downloading Content
Guide to download (or clone) a GitHub Repository to your JupyterHub
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
Prerequisites :
GitHub Username, Password and Email. See Create GitHub Account
You have authenticated your JupyterHub and GitHub Accounts. See Configuring Git in JupyterHub
Clone using a terminal session
Launch a terminal on JupyterHub by following the instructions below:
Clone your assignment to the hub using the git clone command
git clone <gitURL>
To launch a specific notebook file downloaded, see the Launch a Notebook steps
Using the Git Plugin Interface
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
To launch a specific notebook file downloaded, see the Launch a Notebook steps

Last updated