GitHub Extension

This GitHub Extension allows a GitHub icon to appear on the side bar of students' interface. When clicked, students can gain access to public repositories, such as notebook-based assignments.

Obtain administrative rights by requesting root access:

sudo -i

Install the extension for JupyterLab:

jupyter labextension install @jupyterlab/github

Restart to ensure recognition of the new extension:

systemctl restart jupyterhub.service

Last updated