For the complete documentation index, see llms.txt. This page is also available as Markdown.

nbgrader

The package nbgrader 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

Last updated