Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error!!!! Unable to Collect Submitted Assignment #1903

Open
JazzDKaur opened this issue Jul 15, 2024 · 2 comments
Open

Error!!!! Unable to Collect Submitted Assignment #1903

JazzDKaur opened this issue Jul 15, 2024 · 2 comments
Labels

Comments

@JazzDKaur
Copy link

JazzDKaur commented Jul 15, 2024

The current status of npgrader is

  1. The current nbgrader: version 0.7.0.dev
  2. Jupyterhub Version: 1.1.0
  3. Jupyter Notebook version: 6.0.3

Following error has been showing up for a week now when I collect the assignments:

image

What is the reason behind the bug and Please help me resolve the bug.

@brichet
Copy link
Contributor

brichet commented Jul 15, 2024

Thanks for reporting this @JazzDKaur.

  1. The current nbgrader: version 0.7.0.dev

The first step is probably to install a stable version of nbgrader:

  • not recommanded: pip install "nbgrader>0.7,<0.8" if you need to keep Notebook in version 6 and nbgrader lower than 0.8
  • pip install "nbgrader>0.8,<0.9" if you need to keep notebook in version 6 (also compatible with jupyterlab<4)
  • recommanded: pip install "nbgrader>=0.9" to be compatible with latest (and maintain) jupyterlab (version 4) and notebook (version 7)

@lahwaacz
Copy link
Contributor

@JazzDKaur You seem to be using the ngshare exchange service, maybe you should ask on their side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants