Package Details: jupyter-bash_kernel 0.9.3-2

Git Clone URL: https://aur.archlinux.org/jupyter-bash_kernel.git (read-only, click to copy)
Package Base: jupyter-bash_kernel
Description: A bash kernel for Jupyter
Upstream URL: https://github.com/takluyver/bash_kernel
Keywords: jupyter
Licenses: BSD-3-Clause
Submitter: Nordwin
Maintainer: lahwaacz
Last Packager: lahwaacz
Votes: 1
Popularity: 0.000095
First Submitted: 2020-05-06 12:40 (UTC)
Last Updated: 2024-10-10 19:01 (UTC)

Latest Comments

Nordwin commented on 2023-06-15 08:40 (UTC)

Good point, thank you! Added them to depends

lahwaacz commented on 2023-06-10 16:22 (UTC) (edited on 2023-06-10 16:25 (UTC) by lahwaacz)

python-flit-core, python-ipykernel and python-debugpy should be added to depends: https://github.com/takluyver/bash_kernel/blob/master/pyproject.toml

Nordwin commented on 2023-05-25 12:40 (UTC)

@leuko thank you for the hint about automatic kernel installation!I have added that, and updated the kernel to 0.9.0

leuko commented on 2021-10-02 14:08 (UTC) (edited on 2021-10-02 14:09 (UTC) by leuko)

BTW: bash_kernel seem to have some problems with bracketed-paste, so entered commands fail if bind 'set enable-bracketed-paste off' is not used.

leuko commented on 2021-10-02 13:49 (UTC)

Thanks for packaging @nordwin!

What do you think about adding

python -m bash_kernel.install --prefix="$pkgdir"/usr

to package()? Then the kernel should be automatically available for every user:

jupyter kernelspec list