GitHub Extension
sudo -ijupyter labextension install @jupyterlab/githubsystemctl restart jupyterhub.serviceLast updated
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 -iInstall the extension for JupyterLab:
jupyter labextension install @jupyterlab/githubRestart to ensure recognition of the new extension:
systemctl restart jupyterhub.serviceLast updated