Last updated 2 years ago
The package 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