Package Details: jupyter_contrib_nbextensions 0.7.0-2

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: BSD-3-Clause
Submitter: flying-sheep
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 10
Popularity: 0.000000
First Submitted: 2016-09-07 19:59 (UTC)
Last Updated: 2024-11-09 23:27 (UTC)

Latest Comments

1 2 Next › Last »

lllf commented on 2023-10-17 13:51 (UTC)

Successfully built jupyter-contrib-nbextensions
Installing collected packages: jupyter-contrib-nbextensions
Successfully installed jupyter-contrib-nbextensions-0.7.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
  -> installing extensions
usage: jupyter-contrib [-h] [--debug] [--show-config] [--show-config-json] [--generate-config] [-y] [--log-level JupyterContribApp.log_level] [--config JupyterContribApp.config_file] [extra_args ...]
jupyter-contrib: error: argument --user: expected one argument
==> ERROR: A failure occurred in package().
    Aborting...

winnie_o0 commented on 2023-01-10 08:37 (UTC)

In the current version 0.5.1-1 is missing some dependencies, at least:

  • aur/jupyter-server-terminals
  • community/python-webcolors
  • community/python-uri-template
  • rfc3986-validoator (not packaged in Community/AUR)

However, the v0.7 is out since November. From the look at the requirements.txt this might not be needed after package was updated.

denisalevi commented on 2022-10-19 21:07 (UTC) (edited on 2022-10-19 21:08 (UTC) by denisalevi)

Hi, I'm getting Jupyter command `jupyter-contrib` not found. in the jupyter contrib nbextension install. Any idea how to resolve this?

helasraizam commented on 2022-04-21 03:12 (UTC)

Yes, I believe jupyterlab-pygments is listed as a dependency for jupyter-nbconvert, which is in turn listed as a dependency for this package.

archmkr commented on 2021-01-02 04:17 (UTC)

Hi, I think jupyterlab_pygments should be added as a dependency:

Successfully installed jupyter-contrib-nbextensions-0.5.1
  -> installing extensions
Traceback (most recent call last):
  File "/home/joaoantoniocardoso/.local/bin/jupyter-contrib", line 8, in <module>
    sys.exit(main())
  File "/usr/lib/python3.9/site-packages/jupyter_core/application.py", line 270, in launch_instance
    return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
  File "/usr/lib/python3.9/site-packages/traitlets/config/application.py", line 843, in launch_instance
    app = cls.instance(**kwargs)
  File "/usr/lib/python3.9/site-packages/traitlets/config/configurable.py", line 537, in instance
    inst = cls(*args, **kwargs)
  File "/home/joaoantoniocardoso/.local/lib/python3.9/site-packages/jupyter_contrib_core/application.py", line 27, in __init__
    self._refresh_subcommands()
  File "/home/joaoantoniocardoso/.local/lib/python3.9/site-packages/jupyter_contrib_core/application.py", line 43, in _refresh_subcommands
    get_subcommands_dict = entrypoint.load()
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2446, in load
    self.require(*args, **kwargs)
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2469, in require
    items = working_set.resolve(reqs, env, installer, extras=self.extras)
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 770, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'jupyterlab_pygments' distribution was not found and is required by nbconvert
==> ERROR: A failure occurred in package().
    Aborting...
removing untracked AUR files from cache...
:: Cleaning (1/1): 

flying-sheep commented on 2017-11-02 09:43 (UTC)

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 (UTC)

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 (UTC)

done