Search Criteria
Package Details: python-nbdime 2.1.0-1
Git Clone URL: | https://aur.archlinux.org/python-nbdime.git (read-only, click to copy) |
---|---|
Package Base: | python-nbdime |
Description: | Diff and merge of Jupyter Notebooks |
Upstream URL: | http://jupyter.org |
Keywords: | diff git jupyter notebook |
Licenses: | |
Submitter: | Perfi |
Maintainer: | j605 |
Last Packager: | j605 |
Votes: | 5 |
Popularity: | 0.028548 |
First Submitted: | 2017-03-19 18:52 |
Last Updated: | 2020-12-25 17:46 |
Latest Comments
j605 commented on 2020-04-13 20:37
@mdeff https://nbdime.readthedocs.io/en/latest/installing.html#installing-nbdime mentions that it can be installed with
nbdime extensions --enable [--sys-prefix/--user/--system]
. I can't figure out a way to get it installed with the PKGBUILD as a sdist doesn't build the JS files. It is present in the jupyter-config folder but manually copying it wouldn't be useful to folks who don't have jupyterlab installed. Can you try this, it works for me.For the labextension, the console helpfully prints,
mdeff commented on 2020-04-06 22:30
The package is missing the following files, installed by
pip install nbdime
and necessary for jupyter extensions:lobachevsky commented on 2017-11-08 15:23
The proper dependency for this package is rather
depends = depends=('python' 'python-six' 'python-gitpython' 'python-tornado' 'jupyter-nbformat' 'python-colorama')
makedepends=('python-setuptools' 'npm')
ganileni commented on 2017-11-01 12:08
if you install it with eg
$pacaur -S python-nbdime
and then run it, it will throw an error:
$nbdime
pkg_resources.DistributionNotFound: The 'GitPython' distribution was not found and is required by nbdime
this is because it depends on other python modules that are luckily for us on the AUR. The packages are:
python-gitpython python-tornado jupyter-nbformat
so if you add the dependencies to the PKGBUILD it should solve the problem.