Skip to content

nbgrader returns a 404 in Preview tab due to bad url #858

@rdpratti

Description

@rdpratti

In a standalone environment (no JupyterHub), for an assigned assignment, clicking on the preview tab returns a 404 (see attached Preview-404.jpg)
preview-404
Notice the ......JupyterNotebookscoursesCSC343 after the tree node. This is the concatented directory path with the '/'s removed. tree = c:\Jupyter\Notebooks, CourseDirectory.root = c:\Jupyter\Notebooks\courses\CSC343

If I replace it in the url

with the correct path -> courses/CSC343, then I get the correct page!

same error and symptoms occur when I click on the assignment name on the formgrader to examine the files associated with that assignment. (same workaround works as well).

I am not sure if this a config file problem on my side or a bug?

I have also attached my config file, which is stored in the .jupyter directory (with the filetype chnaged due to githubs not accepting .py)
nbgrader_config.txt
.

Thanks
rd

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions