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
  • Why use GitHub Classroom:
  • Possible Disadvantages:
Export as PDF
  1. GitHub Classroom (Instructor Guide)

Overview

PreviousGetting and Uploading AssignmentsNextGetting Started

Last updated 6 years ago

makes it easy to distribute materials and assigments to students while maintaining the ownership in your own organization. The following diagrams will help you understand these workflows. To get started follow guides in the remider of this section.

Why use GitHub Classroom:

  • Introduce students to version control, one of the most important and foundational practices in software engineering.

  • Automate assigment set up: Share a single link with your students. When they accept, they will have their own copy of the assignment inside your organization

  • Configure assignments: Assigments can be configured to be individual or for groups, private or public .

  • Download all repositories easily: With GitHub's desktop client, Classroom Assistant.

  • Keep you class materia organized year after year: Version control is a good way to keep track of the material and changes that you make from one year to another.

Possible Disadvantages:

  • Students and you will need to create an account in github

  • Students and you will need to learn a little bit if Version Countrol (git),

  • You may need to spend a class on the basics of Git

GitHub Classroom