-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTC extension results in incorrect paths Validate notebook button #1836
Comments
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
|
No. I disabled the RTC plugin for student notebooks and use it only for a shared notebook without nbgrader. |
…nsion This should prevent any issue similar to jupyter/nbgrader#1836
The next version of |
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
buttonThe text was updated successfully, but these errors were encountered: