Package Details: jupyterlab-desktop-bin 4.2.5-1

Git Clone URL: https://aur.archlinux.org/jupyterlab-desktop-bin.git (read-only, click to copy)
Package Base: jupyterlab-desktop-bin
Description: JupyterLab desktop application, based on Electron.
Upstream URL: https://github.com/jupyterlab/jupyterlab-desktop
Keywords: jupyter
Licenses: MIT
Submitter: mnabila
Maintainer: Schmetzler
Last Packager: Schmetzler
Votes: 5
Popularity: 0.002707
First Submitted: 2021-11-01 12:35 (UTC)
Last Updated: 2024-09-11 09:07 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

pdimens commented on 2023-04-25 13:31 (UTC)

The checksum doesnt seem to validate correctly. I downloaded the file manually and created the checksum and it matches and changed it in the build file (exactly the same) and it still doesn't work. Not sure why this is happening.

FabioLolix commented on 2022-11-11 08:45 (UTC)

General FYI pkgrel (and epoch) don't have to be used in source=()

assaf758 commented on 2022-11-11 06:38 (UTC)

seems the latest in the upstream is 3.5.0-1 (and not 3.5.0-2)

doc-mars commented on 2022-09-19 18:08 (UTC)

Can't install through yay. As adamant.pwn said a year ago the URL is wrong and 3.2.1-1 should read v3.2.1-1. At the moment the installation fails with a 404 error.

(Plus the latest version is now 3.4.6-1.)

pe200012 commented on 2022-06-02 02:01 (UTC)

latest version is 3.3.4 now.

GaryScottMartin commented on 2022-02-03 01:05 (UTC) (edited on 2022-02-04 21:19 (UTC) by GaryScottMartin)

As of this date, the following 3 lines need to be updated to correct this PKGBUILD:

pkgver=3.2.5
pkgrel=2

[....]

source=("https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v$pkgver-$pkgrel/JupyterLab-Setup-Debian.deb")

Note the "v" added prior to "$pkgver-$pkgrel"

Assuming that you're using Bash, adding the following to your .bashrc file should give you the functionality of launching with "jlab":

jlab () {
/opt/JupyterLab/jupyterlab-desktop "$1" &>/dev/null &
}

adamant.pwn commented on 2021-11-02 01:46 (UTC)

And, um, how to run it? Github says it should run with jlab, but it doesn't from this package.

adamant.pwn commented on 2021-11-02 01:39 (UTC)

The link should be https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v3.2.1-1/JupyterLab-Setup-Debian.deb, not https://github.com/jupyterlab/jupyterlab-desktop/releases/download/3.2.1-1/JupyterLab-Setup-Debian.deb...

mnabila commented on 2021-11-01 12:30 (UTC) (edited on 2021-11-01 12:47 (UTC) by mnabila)

@FabioLolix, ok

update: this package will merge with jupyterlab-desktop-bin

FabioLolix commented on 2021-10-30 13:21 (UTC)

Hello, at the moment this is a disguised -bin pkgbuild; not one build from source (for an open source project), you can both correct this and upload jupyterlab-desktop-bin but it can't stay as it is

License typing is simply MIT

You are skipping hash sums which is bad