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
You have authenticated your JupyterHub and GitHub Accounts. See
Launch a terminal on JupyterHub by following the instructions below:
Clone your assignment to the hub using the git clone command
To launch a specific notebook file downloaded, see the 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
To launch a specific notebook file downloaded, see the steps