-
Couldn't load subscription status.
- Fork 328
Description
In a standalone environment (no JupyterHub), for an assigned assignment, clicking on the preview tab returns a 404 (see attached Preview-404.jpg)
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