nbgrader
sudo -iconda install -c conda-forge nbgradersystemctl restart jupyterhub.serviceLast updated
The package nbgrader helps streamline the grading process for instructors using Jupyter notebooks.
Obtain administrative rights by requesting root access:
sudo -iInstall the extension for JupyterLab:
conda install -c conda-forge nbgraderRestart to ensure recognition of the new extension:
systemctl restart jupyterhub.serviceLast updated