Nicolas Brichet
Nicolas Brichet
As far as I know creating an assignment only creates a new empty directory, and write in the database. Maybe the issue come from the database writing. Don't you have...
It is supposed to do the same, I think. Can't it be related to rights ? Is this the same user which create the database and directory in both cases...
I believe that with both methods the database is created at https://github.com/jupyter/nbgrader/blob/12136c2eccde44ca7a86b7805e240a406704cb74/nbgrader/api.py#L1327 And the tables should be created at https://github.com/jupyter/nbgrader/blob/12136c2eccde44ca7a86b7805e240a406704cb74/nbgrader/api.py#L1331-L1335 Can you copy the output of the command `pip freeze`...
Thanks @jtpio, the checklist will help :+1:
@blink1073 it could be nice to convert this repo to use the releaser workflow from the repo itself. But AFAIK I can't do that, I would need ID and private...
I haven't had time to do any further introspection on these restrictions, but the tests fail when updating each of the packages: - https://github.com/jupyter/nbgrader/pull/1718 fails on nbextension tests. - https://github.com/jupyter/nbgrader/pull/1728...
Closing as fixed by https://github.com/jupyter/nbgrader/pull/1778 (released in 0.8.3) and https://github.com/jupyter/nbgrader/pull/1684 (released in 0.9.0)
@perllaghu is there any update on this issue ?
@major-project-1921 any update on this ? Did you manage to make it work ?