jupyter-nbgrader on AUR (Arch User Repository)

Last updated: July 01,2024

1. Install "jupyter-nbgrader" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install jupyter-nbgrader on Arch using YAY

$ yay -S jupyter-nbgrader

* (Optional) Uninstall jupyter-nbgrader on Arch using YAY

$ yay -Rns jupyter-nbgrader

2. Manually Install "jupyter-nbgrader" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone jupyter-nbgrader's git locally

$ git clone https://aur.archlinux.org/jupyter-nbgrader.git ~/jupyter-nbgrader

c. Go to ~/jupyter-nbgrader folder and install it

$ cd ~/jupyter-nbgrader $ makepkg -si

3. Information about the jupyter-nbgrader package on Arch User Repository (AUR)

ID: 1343688
Name: jupyter-nbgrader
PackageBaseID: 178780
PackageBase: jupyter-nbgrader
Version: 0.9.1-2
Description: A system for assigning and grading notebooks
URL: https://github.com/jupyter/nbgrader
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: leuko
Submitter: leuko
FirstSubmitted: 1652342385
LastModified: 1698527005
URLPath: /cgit/aur.git/snapshot/jupyter-nbgrader.tar.gz