Search Criteria
Package Details: python-nbgrader 0.6.2-1
Package Actions
- View PKGBUILD / View Changes
- Download snapshot
- Search wiki
- Flag package out-of-date
- 1 pending request
- Submit Request
Git Clone URL: | https://aur.archlinux.org/python-nbgrader.git (read-only, click to copy) |
---|---|
Package Base: | python-nbgrader |
Description: | A system for assigning and grading notebooks |
Upstream URL: | https://github.com/jupyter/nbgrader |
Licenses: | BSD |
Submitter: | flying-sheep |
Maintainer: | leuko |
Last Packager: | flying-sheep |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-07-24 08:36 (UTC) |
Last Updated: | 2021-12-19 13:37 (UTC) |
Dependencies (16)
- jupyter
- jupyter-nbconvert
- jupyter-nbformat
- jupyter-notebook
- python (python38, python37, python3.7, nogil-python, python311, python39, python36)
- python-alembic (python-alembic-1.4.1)
- python-dateutil
- python-fuzzywuzzy
- python-jsonschema (python-jsonschema26)
- python-jupyter_client
- python-jupyter_core
- python-requests
- python-sqlalchemy (python-sqlalchemy-0.7.9, python-sqlalchemy-1.3.13, python-sqlalchemy-git, python-sqlalchemy1.3)
- python-tornado (python-tornado5)
- python-traitlets
- python-setuptools (make)
Latest Comments
leuko commented on 2021-05-12 07:04 (UTC) (edited on 2021-05-13 09:13 (UTC) by leuko)
What do you think about renaming the package to
jupyter-nbgrader
?I saw that many jupyter related packages have this prefix.
Update:
On a second thought, I think
python-
prefix is ok. Then we stay in the namespace ofpypi
.flying-sheep commented on 2020-12-08 22:33 (UTC) (edited on 2020-12-08 22:42 (UTC) by flying-sheep)
Well, I didn’t think I’d ever say this, but Eli Schwartz is wrong (I thought he’s always right! XD) The Python packaging environment doesn’t have a concept of “meta packages”, so “jupyter” is just a regular “distribution” (that’s how installable packages with metadata are called in the Python world)
And as such it should have its dist-info/egg-info.
I’ll reply the same in the thread/bug report.
leuko commented on 2020-12-08 18:41 (UTC)
Dear @flying-sheep, I reported a bug [1], but other experienced users say that a dist-info is not needed for metapackages [2]. I am not experienced with Python packaging. Can you please comment on [2]?
[1] https://bugs.archlinux.org/task/68884 [2] https://bbs.archlinux.org/viewtopic.php?pid=1942362
flying-sheep commented on 2020-12-06 21:46 (UTC)
This package already depends on
jupyter
. Please report a bug for the packagecommunity/jupyter
which seems to fail shipping ajupyter.dist-info
directoryleuko 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.leuko commented on 2020-11-30 20:44 (UTC) (edited on 2020-11-30 20:45 (UTC) by leuko)
I can confirm tinux:
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 runnbgrader 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)
Mind adding python-fuzzywuzzy to deps?