Search Criteria
Package Details: jupyter_contrib_nbextensions 0.5.1-1
Git Clone URL: | https://aur.archlinux.org/jupyter_contrib_nbextensions.git (read-only, click to copy) |
---|---|
Package Base: | jupyter_contrib_nbextensions |
Description: | A collection of Jupyter nbextensions |
Upstream URL: | https://github.com/ipython-contrib/jupyter_contrib_nbextensions |
Licenses: | |
Conflicts: | |
Replaces: | |
Submitter: | flying-sheep |
Maintainer: | flying-sheep |
Last Packager: | flying-sheep |
Votes: | 10 |
Popularity: | 0.024109 |
First Submitted: | 2016-09-07 19:59 |
Last Updated: | 2019-09-10 14:17 |
Dependencies (14)
- jupyter
- jupyter-nbconvert
- jupyter-notebook
- python (python-dbg)
- python-lxml
- python-psutil
- python-yaml
- jupyter_highlight_selected_word>=0.1.0
- jupyter_contrib_core>=0.3.3
- jupyter_nbextensions_configurator>=0.4.0
- jupyter_latex_envs>=1.4.0
- jq (jq-git) (make)
- mariadb (mysql55, mariadb-git, mariadb103, mysql56, mysql57, mysql, percona-server) (make)
- python-pip (make)
Latest Comments
archmkr commented on 2021-01-02 04:17
Hi, I think jupyterlab_pygments should be added as a dependency:
flying-sheep commented on 2017-11-02 09:43
that would belong into a jupyter_contrib_nbextensions-git package.
and yeah, it would be good to have.
denspirit commented on 2017-11-01 22:03
As current version of jupyter in Arch is 4.3.0, should we use contrib_nbextensions from master branch?
flying-sheep commented on 2017-03-29 08:36
done
alt0160 commented on 2017-03-29 03:40
Can you add mariadb to the makedeps?
flying-sheep commented on 2017-02-04 13:51
every unix-conforming path is fair game. that means a program can only be said to work if it accepts any byte sequence as path that doesn’t contain a null byte.
so i’d rather put mariadb in the makedeps than do this…
killermoehre commented on 2016-12-24 22:45
So for the simple case a »sed -i "s|$pkgdir/||g" "$file"« works. This ignores at least »/» in path names. For everything else I think the user is to blame for putting valid regular expressions in the path.
flying-sheep commented on 2016-09-19 08:46
oh, thanks! the problem is that sed has no option to do a simple replace without interpreting regexes, so if $pkgdir happens to contain regex characters it could fail.
do you have an idea?
eigengrau commented on 2016-09-13 07:17
You might want to replace the «replace» invocation by «sed -i» or something, unless you want to makedepend on mariadb. ;)
/tmp/yaourt-tmp-seb/aur-jupyter_contrib_nbextensions/./PKGBUILD: line 36: replace: command not found
All the best,
S.