JupyterHub
HomeServicesDocumentationBlog
1.0.0
1.0.0
  • Introduction
  • Determine Your Workflow
  • About Jupyter Notebooks
  • About JupyterHub
  • Computing Policies
  • ❓Help and Support
    • Getting Support
    • FAQ
    • Known Issues/Bugs
    • Instructor's Checklist
    • Additional Resources
  • Getting Started
    • Sign In
    • Import Notebooks
    • Launch a Notebook
    • Launch a Terminal Session
  • Using Your Hub
    • Interface Overview
    • Creating a New Blank Notebook
    • Managing Active Notebooks
    • Shutting Down Server
  • Content Sync via Link
    • Link generation
  • CONTENT SYNC VIA GIT
    • Git Overview
    • Create GitHub Account
    • Set Up Git in JupyterHub
    • Downloading Content
    • Saving and Uploading Content
    • GIT Cheatsheet
  • Github Classroom (Student Guide)
    • Getting Started
    • Getting and Uploading Assignments
  • GitHub Classroom (Instructor Guide)
    • Overview
    • Getting Started
    • Distributing Homework
    • Distributing Lectures
    • Learning Management Systems
  • ADVANCED TOPICS
    • Package Installation
    • Accessing Classic Notebook
    • Slideshow Plugin
    • VSCode
    • SQLite
    • RStudio and Shiny
    • Dash
  • Reproducibility
    • Replicating the Environment
    • Using Docker
Powered by GitBook
On this page
  • Prerequisites :
  • Clone using a terminal session
  • Using the Git Plugin Interface
Export as PDF
  1. CONTENT SYNC VIA GIT

Downloading Content

Guide to download (or clone) a GitHub Repository to your JupyterHub

PreviousSet Up Git in JupyterHubNextSaving and Uploading Content

Last updated 5 years ago

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 :

    1. GitHub Username, Password and Email. See

    2. You have authenticated your JupyterHub and GitHub Accounts. See

Clone using a terminal session

Launch a terminal on JupyterHub by following the instructions below:

  1. Clone your assignment to the hub using the git clone command

git clone <gitURL>

Replace <gitURL> with your copied git URL via your clipboard from or other repository URL

To launch a specific notebook file downloaded, see the steps

Using the Git Plugin Interface

  1. Select the Git Clone button circled in blue below

  2. Paste the url at the prompt

  3. 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 steps

Create GitHub Account
Configuring Git in JupyterHub
Launch a terminal session
Step 2
Launch a Notebook
Launch a Notebook