-
I got this error but I cannot figure how to fix it ( some similar errors about from notebook import DEFAULT_STATIC_FILES_PATH can be found on web):
```
C:\Python364>jupyter-book create mybookname -…
-
Howdy all,
I think a lot of people would find useful to have nbgrader in the data science notebook stack.
I also saw someplaces in the docs to add custom recipes.
I raised this issue just to disc…
-
I've been using nbgrader + JupyterHub for an introductory course the past couple of years, and in that time both platforms have seen extensive and backwards-incompatible architectural changes; I think…
-
As a professor I often give exercises to students to help them better understand the material, but I don't get a lot of feedback on how much of the exercises get successfully completed.
It would be…
-
nbgrader is a Jupyer extension that lets Educators create, assign and grade assignments as Jupyter notebooks. Grading can be any mix of automatic marking, manual marking and manual annotation. Assignm…
-
Dockerfile should not use "latest"
-
I am using hawthorn,
when i follow the instruction in the step database migration, i got this error:
`Traceback (most recent call last):
File "./manage.py", line 118, in
startup.run()
F…
cequn updated
5 years ago
-
**Submitting author:** @jhamrick (Jessica B. Hamrick)
**Repository:** https://github.com/jupyter/nbgrader
**Version:** v0.5.4
**Editor:** @labarba
**Reviewers:** @MattForshaw, @jedbrown
**Archive…
-
I am trying to use nbgrader for a course I am supervising. However, due to logistics of the course I only need a very small subset of the available features.
Specifically, I just want to generate…
-
If accidentally one of the accounts is used to solve assignments, autograding/feedback may produce errors.
Add the users:
cd /home/nbgadmin/
nbgrader db student add nbguser
nbgrader db student…