Package Details: jupyter-nbgrader 0.9.4-1

Git Clone URL: https://aur.archlinux.org/jupyter-nbgrader.git (read-only, click to copy)
Package Base: jupyter-nbgrader
Description: A system for assigning and grading notebooks
Upstream URL: https://github.com/jupyter/nbgrader
Licenses: BSD-3-Clause
Submitter: leuko
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 0
Popularity: 0.000000
First Submitted: 2022-05-12 07:59 (UTC)
Last Updated: 2024-11-22 04:50 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2

leuko commented on 2020-12-04 05:42 (UTC) (edited on 2020-12-04 05:42 (UTC) by leuko)

@tinux

You can also use pipman until this package is fixed.

pipman nbgrader
cd python-nbgrader
makepkg -i

leuko commented on 2020-11-30 20:44 (UTC) (edited on 2020-11-30 20:45 (UTC) by leuko)

I can confirm tinux:

$ nbgrader quickstart --help
...
pkg_resources.DistributionNotFound: The 'jupyter' distribution was not found and is required by nbgrader

tinux commented on 2020-10-30 13:24 (UTC)

I'm getting a whole bunch of errors ending with pkg_resources.DistributionNotFound: The 'jupyter' distribution was not found and is required by nbgrader when I run nbgrader quickstart --help.

Any advice?

flying-sheep commented on 2020-08-25 08:44 (UTC)

ah, whoops, right! it uses rapidfuzz only on master, stable still uses fuzzywuzzy

rubdos commented on 2020-08-11 13:02 (UTC)

pkg_resources.DistributionNotFound: The 'fuzzywuzzy' distribution was not found and is required by nbgrader

Mind adding python-fuzzywuzzy to deps?