Description
Operating system
ubuntu 22
nbgrader --version
nbgrader --version
Python version 3.9.17 (main, Jul 5 2023, 20:41:20)
[GCC 11.2.0]
nbgrader version 0.8.5
conda list |grep nbgrader
nbgrader 0.8.5 pyhd8ed1ab_0 conda-forge
jupyterhub --version
(if used with JupyterHub)
root@jpserver:/usr/local/etc# conda list |grep nbgrader
nbgrader 0.8.5 pyhd8ed1ab_0 conda-forge
root@jpserver:/usr/local/etc# jupyterhub --version
4.1.5
root@jpserver:/usr/local/etc# conda list |grep jupyterhub
jupyterhub 4.1.5 pyh31011fe_0 conda-forge
jupyterhub-base 4.1.5 pyh31011fe_0 conda-forge
jupyter notebook --version
root@jpserver:/usr/local/etc# jupyter notebook --version
6.5.6
root@jpserver:/usr/local/etc# conda list |grep notebook
notebook 6.5.6 pyha770c72_0 conda-forge
notebook-shim 0.2.4 pyhd8ed1ab_0 conda-forge
Expected behavior
A notebook opens upon clicking onto the name of an assignment. (formgrader page and there managing assignments)
i login jupyterhub, switch to notebook, then open page of Manage Assignments , when i click on the course name in formgrader , then should open assignment folder
Actual behavior
I login jupyterhub, switch to notebook, then open page of Manage Assignments , when i click on the course name in formgrader but does nothing
Steps to reproduce the behavior
Have JupyterHub with nbgrader and one classes of ps1 setup.
Go to formgrader page and there managing assignments and add an assignment or try to use the preexisting ps1 that comes with the quickstart (following the demo-setup-steps for multiple classes).