Jupyter Hub - AWS
  • Overview
  • Pre-requisites
  • Disclaimer
  • AWS: Instance Launching
    • Overview
    • Customizing an Instance
    • Assigning an Elastic IP Address
    • Connecting to Your Cloud
    • Ubuntu: Server Update and Add Users
  • Anaconda
    • Overview
    • Anaconda Installation
    • JupyterHub Installation and Configuration
  • R
    • R Installation
    • Update and Install IR Kernel
  • Stata
    • Overview
    • Stata Installation
    • Stata Kernel for Jupyter
  • (Optional) GitHub Extension and Packages
    • GitHub Extension
    • nbgrader
  • (Optional) Add a Custom Domain
    • Overview
    • Adding a Subdomain
  • (Optional) GitHub Authentication
    • Overview
    • Generate Cookie Secret
    • Secure Your Lab
    • Add GitHub Authentication
Powered by GitBook
On this page
  1. (Optional) GitHub Extension and Packages

nbgrader

PreviousGitHub ExtensionNextOverview

Last updated 3 years ago

The package helps streamline the grading process for instructors using Jupyter notebooks.

Obtain administrative rights by requesting root access:

sudo -i

Install the extension for JupyterLab:

conda install -c conda-forge nbgrader

Restart to ensure recognition of the new extension:

systemctl restart jupyterhub.service
nbgrader