nbgrader

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

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