> For the complete documentation index, see [llms.txt](https://docs-jupyter.davidjachochavez.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-jupyter.davidjachochavez.org/optional-github-extension-and-packages/github-extension.md).

# GitHub Extension

This [GitHub Extension](https://github.com/jupyterlab/jupyterlab-github) 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.

{% hint style="info" %}
Obtain administrative rights by requesting root access:
{% endhint %}

```
sudo -i
```

Install the extension for JupyterLab:

```
jupyter labextension install @jupyterlab/github
```

Restart to ensure recognition of the new extension:

```
systemctl restart jupyterhub.service
```
