Search Criteria
Package Details: jupyter-nbgrader-git 0.9.3.r2.gef441809-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/jupyter-nbgrader-git.git (read-only, click to copy) |
|---|---|
| Package Base: | jupyter-nbgrader-git |
| Description: | A system for assigning and grading notebooks |
| Upstream URL: | https://github.com/jupyter/nbgrader |
| Licenses: | BSD-3-Clause |
| Conflicts: | jupyter-nbgrader |
| Provides: | jupyter-nbgrader |
| Submitter: | leuko |
| Maintainer: | carlosal1015 |
| Last Packager: | carlosal1015 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-05-12 07:43 (UTC) |
| Last Updated: | 2024-09-17 22:49 (UTC) |
Dependencies (21)
- jupyter-nbclient
- jupyter-nbconvert
- jupyter-notebook
- jupyter-server
- jupyterlab
- python-alembic
- python-dateutil (python-dateutil-gitAUR)
- python-jinja
- python-jsonschema
- python-jupyterlab-server
- python-jupyter_client (python-jupyter-client)
- python-pyaml
- python-rapidfuzz (python-rapidfuzz-gitAUR)
- python-requests
- python-sqlalchemy (python-sqlalchemy-gitAUR, python-sqlalchemy1.4)
- git (git-gitAUR, git-glAUR) (make)
- npm (python-nodejs-wheelAUR, corepackerAUR) (make)
- python-build (make)
- python-hatch-jupyter-builder (make)
- python-installer (make)
- Show 1 more dependencies...
Required by (1)
- python-ngshare-exchange-git (requires jupyter-nbgrader)
Latest Comments
leuko commented on 2023-10-28 21:06 (UTC)
gracias lahwaacz, done.
lahwaacz commented on 2023-10-20 17:36 (UTC) (edited on 2023-10-20 17:39 (UTC) by lahwaacz)
Now
jupyterlabandpython-types-python-dateutilare twice independs...leuko commented on 2023-10-19 16:44 (UTC)
Nice catch lahwaacz, done :)
lahwaacz commented on 2023-10-19 15:21 (UTC)
@leuko Are you sure
npmshould be independs? As far as I know, it is used only for making the package...leuko commented on 2023-10-17 11:29 (UTC) (edited on 2023-10-17 12:57 (UTC) by leuko)
Thx lahwaacz for your upstream PR and hints :)
lahwaacz commented on 2023-08-08 14:45 (UTC)
I had to do these changes to build nbgrader that works with Jupyter Notebook 7 and JupyterLab 4:
lahwaacz commented on 2023-07-02 08:32 (UTC)
The
jupyterlab-hatch-jupyter-builderdependency should be probably replaced with python-hatch-jupyter-builder.leuko commented on 2023-06-13 14:53 (UTC)
I did not see the patch for Jlab4! Also thanks for other suggestions @lahwaacz I will take a look! I hope that nbgrader also looks into
/etc/jupyter.lahwaacz commented on 2023-06-13 12:55 (UTC) (edited on 2023-06-13 12:58 (UTC) by lahwaacz)
I noticed the package puts its configs into
/usr/etc/jupyter/instead of/etc/jupyter/. How can this be fixed?Also, it creates
/usr/etc/jupyter/jupyter_notebook_config.jsonwhich might conflict with other extensions or the server-specific configuration. A better approach would be to putnbgrader.jsoninto the/etc/jupyter/jupyter_notebook_config.d/directory.Oh, and I have switched the
sourcetogit+https://github.com/brichet/nbgrader.git#branch=jlab4_nb7due to Compatibility with Notebook7 and jupyterLab4.