Open enfascination opened 3 years ago
What is your traitlets version? Traitlets does not require double quotes after version 5 so If you are using the latest nbgrader with traitlets below v.5, it might not work. Just a theory.
A late additional note here..... I would point the finger at the regexp used to discover userid etc from the file-path
Operating system
Ubuntu
nbgrader --version
Python version 3.6.7 | packaged by conda-forge | (default, Feb 28 2019, 09:07:38) [GCC 7.3.0] nbgrader version 0.7.0.dev
jupyterhub --version
(if used with JupyterHub)0.9.6
jupyter notebook --version
6.0.3
Expected behavior
On
/formgrader/manage_submissions/<assignment_id>
pagesOn
/formgrader/gradebook/<assignment_id>
pagesActual behavior
The above-mentioned command line command doesn't properly escape the double quotes in the assignment name The above-mentioned tables read
Loading, please wait...
The js console (in Chrome) for each affected page gives the errorUncaught ReferenceError: assignment_id is not defined at gradebook_notebooks.js:4
Steps to reproduce the behavior
Create an assignment name/assignment_id with double quotes in it and navigate to the above pages.