Nicolas Brichet

Results 256 comments of Nicolas Brichet

Thanks for reporting this @perllaghu, I can reproduce it as well. You can test the following, without any need of `nbgrader`: - create a new folder in the tree view...

I'm closing this issue as answered. Fell free to reopen it if this is not the case.

Thanks @lahwaacz for reporting this issue. After some inspection, it seems intentional that using the `validate` button only return errors on grade cells. https://github.com/jupyter/nbgrader/blob/9876829b6be4fccce621ffee907bd5f9ac400c44/nbgrader/validator.py#L251 There is even an option to...

Thanks @trevorcampbell for opening this issue. The timeout for the documentation is set to 15 minutes in the github workflow: https://github.com/jupyter/nbgrader/blob/9bc0a14531378fd950fd7c4dfddde471d194bfb1/.github/workflows/test-docs-python.yml#L51 Yesterday, a few changes concerning the documentation were merged...

I'm closing it as answered. Feel free to open it again if this is not the case.

For what I understand, the student name must be filled by the instructor. I don't think students can populate it. These value can be filled either using the formgrader interface,...

@swissarthurfreeman is it working with the LTI authenticator of Jupyterhub ?

I can't reproduce it with the same settings (ubuntu 22.04 and python 3.10.2)

Can you check if the test should pass ? I mean if you have all the files and directories created ? Commenting the code that removes the working directory could...

Thanks @jeflem for the answer. Is this fix also necessary for the docker example ?