Open ykazakov opened 1 year ago
Finding issues with using NBGrader plus Assignment Fetching relating to this.
Can see when accessing the Assignments tab the following URL:
/user/fWVysmUvHuc3NEZ0r/lab/tree/RTC%3A
Once clicking on the assignment it loads with:
/user/fWVysmUvHuc3NEZ0r/lab/tree/g__18309/Challenge.ipynb
Opening the Notebook from the File Tree results in:
/user/fWVysmUvHuc3NEZ0r/lab/tree/RTC%3Ag__18309/Challenge.ipynb
Hello ykazakov,
i am facing the same problem. Did you find a solution? : )
I manually create the assignment with prefix "RTC:" and it works. LOL
But in this case i need to create two assignment
i am facing the same problem. Did you find a solution? : )
No. I disabled the RTC plugin for student notebooks and use it only for a shared notebook without nbgrader.
It seems like some notebook paths in nbgrader UI are determined from the page address, which does not work with the jupyter-collaboration extension. For example, by pressing the "Validate" button at the top of the notebook for an assignment gives me the error:
The
RTC:
part in the page address is inserted by thejupyter-collaboration
plugin.Operating system
macOS 13.5.2
nbgrader --version
jupyter notebook --version
Steps to reproduce the behavior
my-course/source/ps1/problem1.ipynb
Validate
button